Skip to content

Commit 7b08631

Browse files
committed
Fix version constraint
1 parent 45daefb commit 7b08631

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

atdgen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ depends: [
9999
"dune" {>= "2.8"}
100100
"ocaml" {>= "4.08"}
101101
"alcotest" {with-test}
102-
"atd" {>= "2.14.0"}
102+
"atd" {>= "3.0.0"}
103103
"atdgen-runtime" {>= "3.0.0"}
104104
"atdgen-codec-runtime" {with-test}
105105
"biniou" {>= "1.0.6"}

atdpy.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
8888
depends: [
8989
"dune" {>= "2.8"}
9090
"ocaml" {>= "4.08"}
91-
"atd" {>= "2.11.0"}
91+
"atd" {>= "3.0.0"}
9292
"cmdliner" {>= "1.1.0"}
9393
"re"
9494
"alcotest" {with-test}

dune-project

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ utilities."))
124124
(depends
125125
(ocaml (>= 4.08))
126126
(alcotest :with-test)
127-
(atd (>= 2.14.0))
127+
(atd (>= 3.0.0))
128128
(atdgen-runtime (>= 3.0.0))
129129
(atdgen-codec-runtime :with-test)
130130
(biniou (>= 1.0.6))
@@ -195,7 +195,7 @@ automatically handled")
195195
(description "Python/mypy code generation for ATD APIs")
196196
(depends
197197
(ocaml (>= 4.08))
198-
(atd (>= 2.11.0))
198+
(atd (>= 3.0.0))
199199
(cmdliner (>= 1.1.0))
200200
re
201201
(alcotest :with-test)
@@ -224,7 +224,6 @@ Melange backend")
224224
(alcotest :with-test)
225225
(odoc :with-doc)))
226226

227-
228227
(package
229228
(name atdd)
230229
(synopsis "DLang code generation for ATD APIs")

0 commit comments

Comments
 (0)