We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2ead65 + 5dda0ed commit 3d4d8b6Copy full SHA for 3d4d8b6
2 files changed
dockerfile-opam.opam
@@ -37,7 +37,7 @@ depends: [
37
"dune" {>= "3.20"}
38
"dockerfile" {= version}
39
"fmt" {>= "0.8.7"}
40
- "ocaml-version" {>= "3.5.0"}
+ "ocaml-version" {>= "3.6.4"}
41
"ppx_sexp_conv" {>= "v0.9.0"}
42
"sexplib0"
43
"alcotest" {>= "1.9.1" & with-test}
dune-project
@@ -84,7 +84,7 @@
84
(depends
85
(dockerfile (= :version))
86
(fmt (>= "0.8.7"))
87
- (ocaml-version (>= "3.5.0"))
+ (ocaml-version (>= "3.6.4"))
88
(ppx_sexp_conv (>= "v0.9.0"))
89
sexplib0
90
(alcotest (and (>= "1.9.1") :with-test)))
0 commit comments