diff --git a/dune-project b/dune-project index 33fdacd..987bc3d 100644 --- a/dune-project +++ b/dune-project @@ -20,6 +20,6 @@ (alcotest :with-test) astring curly - fmt - yojson + (fmt (>= 0.8.7)) + (yojson (>= 1.6)) (ocaml (>= 4.08)))) diff --git a/get-activity-lib.opam b/get-activity-lib.opam index f350fbd..041869c 100644 --- a/get-activity-lib.opam +++ b/get-activity-lib.opam @@ -10,8 +10,8 @@ depends: [ "alcotest" {with-test} "astring" "curly" - "fmt" - "yojson" + "fmt" {>= "0.8.7"} + "yojson" {>= "1.6"} "ocaml" {>= "4.08"} "odoc" {with-doc} ]