diff --git a/atdpy.opam b/atdpy.opam index e4f9433f..ccb08286 100644 --- a/atdpy.opam +++ b/atdpy.opam @@ -63,7 +63,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} - "atd" {>= "2.3.0"} + "atd" {>= "2.5.0"} "atdgen" {>= "2.3.0"} "cmdliner" {>= "1.1.0"} "re" diff --git a/atdts.opam b/atdts.opam index 08d23619..7a0df9dd 100644 --- a/atdts.opam +++ b/atdts.opam @@ -63,7 +63,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} - "atd" {>= "2.3.0"} + "atd" {>= "2.5.0"} "atdgen" {>= "2.3.0"} "cmdliner" {>= "1.1.0"} "re" diff --git a/dune-project b/dune-project index bbdfc3d1..e83e1fd7 100644 --- a/dune-project +++ b/dune-project @@ -166,7 +166,7 @@ automatically handled") (description "Python/mypy code generation for ATD APIs") (depends (ocaml (>= 4.08)) - (atd (>= 2.3.0)) + (atd (>= 2.5.0)) (atdgen (>= 2.3.0)) (cmdliner (>= 1.1.0)) re @@ -190,7 +190,7 @@ bucklescript backend") (description "TypeScript code generation for ATD APIs") (depends (ocaml (>= 4.08)) - (atd (>= 2.3.0)) + (atd (>= 2.5.0)) (atdgen (>= 2.3.0)) (cmdliner (>= 1.1.0)) re