Skip to content

Commit

Permalink
Update dependencies bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 10, 2024
1 parent 6cec7db commit 1ebb25e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bopkit-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"cmdlang" {>= "0.0.5"}
"cmdlang-cmdliner-runner" {>= "0.0.5"}
"cmdlang-to-cmdliner" {>= "0.0.5"}
"cmdliner" {= "1.3.0"}
"cmdliner" {>= "1.3.0"}
"comments-parser" {>= "0.2.1"}
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
Expand Down
2 changes: 1 addition & 1 deletion bopkit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"cmdlang" {>= "0.0.5"}
"cmdlang-cmdliner-runner" {>= "0.0.5"}
"cmdlang-to-cmdliner" {>= "0.0.5"}
"cmdliner" {= "1.3.0"}
"cmdliner" {>= "1.3.0"}
"comments-parser" {>= "0.2.1"}
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
Expand Down
8 changes: 4 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
(cmdlang-to-cmdliner
(>= 0.0.5))
(cmdliner
(= 1.3.0))
(>= 1.3.0))
(comments-parser
(>= 0.2.1))
(core
Expand Down Expand Up @@ -167,7 +167,7 @@
(cmdlang-to-cmdliner
(>= 0.0.5))
(cmdliner
(= 1.3.0))
(>= 1.3.0))
(core
(and
(>= v0.17)
Expand Down Expand Up @@ -272,7 +272,7 @@
(cmdlang-to-cmdliner
(>= 0.0.5))
(cmdliner
(= 1.3.0))
(>= 1.3.0))
(core
(and
(>= v0.17)
Expand Down Expand Up @@ -381,7 +381,7 @@
(cmdlang-to-cmdliner
(>= 0.0.5))
(cmdliner
(= 1.3.0))
(>= 1.3.0))
(comments-parser
(>= 0.2.1))
(core
Expand Down
2 changes: 1 addition & 1 deletion subleq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends: [
"cmdlang" {>= "0.0.5"}
"cmdlang-cmdliner-runner" {>= "0.0.5"}
"cmdlang-to-cmdliner" {>= "0.0.5"}
"cmdliner" {= "1.3.0"}
"cmdliner" {>= "1.3.0"}
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
Expand Down
2 changes: 1 addition & 1 deletion visa.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends: [
"cmdlang" {>= "0.0.5"}
"cmdlang-cmdliner-runner" {>= "0.0.5"}
"cmdlang-to-cmdliner" {>= "0.0.5"}
"cmdliner" {= "1.3.0"}
"cmdliner" {>= "1.3.0"}
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
Expand Down

0 comments on commit 1ebb25e

Please sign in to comment.