diff --git a/containers.opam b/containers.opam index ea3244b5..58cd7d58 100644 --- a/containers.opam +++ b/containers.opam @@ -10,7 +10,8 @@ build: [ ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ - "dune" + "dune" { >= "1.1" } + "dune-configurator" "result" "uchar" "seq"