Skip to content

Commit

Permalink
Fix opam dependencies to match what was done for release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Oct 16, 2023
1 parent a6763e4 commit 8ed8b9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion atdgen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"alcotest" {with-test}
"atd" {>= "2.11.0"}
"atd" {>= "2.13.0"}
"atdgen-runtime" {>= "2.1.0"}
"atdgen-codec-runtime" {with-test}
"biniou" {>= "1.0.6"}
Expand Down
2 changes: 1 addition & 1 deletion atdts.opam
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"atd" {>= "2.11.0"}
"atd" {>= "2.13.0"}
"cmdliner" {>= "1.1.0"}
"re"
"alcotest" {with-test}
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ utilities."))
(depends
(ocaml (>= 4.08))
(alcotest :with-test)
(atd (>= 2.11.0))
(atd (>= 2.13.0))
(atdgen-runtime (>= 2.1.0))
(atdgen-codec-runtime :with-test)
(biniou (>= 1.0.6))
Expand Down Expand Up @@ -192,7 +192,7 @@ bucklescript backend")
(description "TypeScript code generation for ATD APIs")
(depends
(ocaml (>= 4.08))
(atd (>= 2.11.0))
(atd (>= 2.13.0))
(cmdliner (>= 1.1.0))
re
(alcotest :with-test)
Expand Down

0 comments on commit 8ed8b9c

Please sign in to comment.