diff --git a/ppx_mysql.opam b/ppx_mysql.opam index 852ed97..29121d3 100644 --- a/ppx_mysql.opam +++ b/ppx_mysql.opam @@ -16,7 +16,7 @@ build: [ ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ - "alcotest" {with-test & >= "0.8" & < "0.9"} + "alcotest" {with-test} "dune" {>= "1.4"} "ocamlformat" {with-test & >= "0.9" & < "0.10"} "ocaml" {>= "4.06.0" }