Skip to content

Commit 3d4d8b6

Browse files
authored
Merge pull request #260 from mtelvers/fix-ocaml-version-lower-bound
Bump ocaml-version lower bound to 3.6.4
2 parents d2ead65 + 5dda0ed commit 3d4d8b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfile-opam.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ depends: [
3737
"dune" {>= "3.20"}
3838
"dockerfile" {= version}
3939
"fmt" {>= "0.8.7"}
40-
"ocaml-version" {>= "3.5.0"}
40+
"ocaml-version" {>= "3.6.4"}
4141
"ppx_sexp_conv" {>= "v0.9.0"}
4242
"sexplib0"
4343
"alcotest" {>= "1.9.1" & with-test}

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
(depends
8585
(dockerfile (= :version))
8686
(fmt (>= "0.8.7"))
87-
(ocaml-version (>= "3.5.0"))
87+
(ocaml-version (>= "3.6.4"))
8888
(ppx_sexp_conv (>= "v0.9.0"))
8989
sexplib0
9090
(alcotest (and (>= "1.9.1") :with-test)))

0 commit comments

Comments
 (0)