diff --git a/utop.opam b/utop.opam index 18251512..66716cc8 100644 --- a/utop.opam +++ b/utop.opam @@ -19,7 +19,7 @@ depends: [ "camomile" "react" {>= "1.0.0"} "cppo" {build & >= "1.1.2"} - "dune" {build & >= "1.7"} + "dune" {build} ] build-test: [["dune" "runtest" "-p" name "-j" jobs]] available: [ocaml-version >= "4.03.0"]