We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88fa60 commit 07ca753Copy full SHA for 07ca753
atdgen.opam
@@ -74,7 +74,7 @@ depends: [
74
"dune" {>= "2.8"}
75
"ocaml" {>= "4.08"}
76
"alcotest" {with-test}
77
- "atd" {>= "2.13.0"}
+ "atd" {>= "2.14.0"}
78
"atdgen-runtime" {>= "2.1.0"}
79
"atdgen-codec-runtime" {with-test}
80
"biniou" {>= "1.0.6"}
dune-project
@@ -98,7 +98,7 @@ utilities."))
98
(depends
99
(ocaml (>= 4.08))
100
(alcotest :with-test)
101
- (atd (>= 2.13.0))
+ (atd (>= 2.14.0))
102
(atdgen-runtime (>= 2.1.0))
103
(atdgen-codec-runtime :with-test)
104
(biniou (>= 1.0.6))
0 commit comments