diff --git a/builder-web.opam b/builder-web.opam index fed3f7a..6ee4de6 100644 --- a/builder-web.opam +++ b/builder-web.opam @@ -50,7 +50,7 @@ depends: [ "owee" "solo5-elftool" {>= "0.3.0"} "decompress" {>= "1.5.0"} - "alcotest" {with-test} + "alcotest" {>= "1.2.0" & with-test} "ppx_deriving" {with-test} "ppx_deriving_yojson" {with-test} "yojson" {with-test} diff --git a/dune-project b/dune-project index ad8a384..05dc447 100644 --- a/dune-project +++ b/dune-project @@ -1,2 +1,3 @@ (lang dune 2.7) (name builder-web) +(formatting disabled)