diff --git a/dune-project b/dune-project index 1cc6e4c..66c1f55 100644 --- a/dune-project +++ b/dune-project @@ -23,59 +23,59 @@ (>= 5.1)) (base (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (bisect_ppx (and :dev (>= 2.8.3))) (expect-test-helpers (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (patdiff (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_compare (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_enumerate (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_expect (and :with-test - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_hash (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_here (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_js_style (and :dev - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_let (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_sexp_conv (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (ppx_sexp_value (and - (>= v0.16) - (< v0.17))) + (>= v0.17) + (< v0.18))) (textutils (and - (>= v0.16) - (< v0.17))))) + (>= v0.17) + (< v0.18))))) diff --git a/fingerboard.opam b/fingerboard.opam index 54e1755..8958693 100644 --- a/fingerboard.opam +++ b/fingerboard.opam @@ -10,20 +10,20 @@ bug-reports: "https://github.com/mbarbin/fingerboard/issues" depends: [ "dune" {>= "3.15"} "ocaml" {>= "5.1"} - "base" {>= "v0.16" & < "v0.17"} + "base" {>= "v0.17" & < "v0.18"} "bisect_ppx" {dev & >= "2.8.3"} - "expect-test-helpers" {>= "v0.16" & < "v0.17"} - "patdiff" {>= "v0.16" & < "v0.17"} - "ppx_compare" {>= "v0.16" & < "v0.17"} - "ppx_enumerate" {>= "v0.16" & < "v0.17"} - "ppx_expect" {with-test & >= "v0.16" & < "v0.17"} - "ppx_hash" {>= "v0.16" & < "v0.17"} - "ppx_here" {>= "v0.16" & < "v0.17"} - "ppx_js_style" {dev & >= "v0.16" & < "v0.17"} - "ppx_let" {>= "v0.16" & < "v0.17"} - "ppx_sexp_conv" {>= "v0.16" & < "v0.17"} - "ppx_sexp_value" {>= "v0.16" & < "v0.17"} - "textutils" {>= "v0.16" & < "v0.17"} + "expect-test-helpers" {>= "v0.17" & < "v0.18"} + "patdiff" {>= "v0.17" & < "v0.18"} + "ppx_compare" {>= "v0.17" & < "v0.18"} + "ppx_enumerate" {>= "v0.17" & < "v0.18"} + "ppx_expect" {with-test & >= "v0.17" & < "v0.18"} + "ppx_hash" {>= "v0.17" & < "v0.18"} + "ppx_here" {>= "v0.17" & < "v0.18"} + "ppx_js_style" {dev & >= "v0.17" & < "v0.18"} + "ppx_let" {>= "v0.17" & < "v0.18"} + "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} + "ppx_sexp_value" {>= "v0.17" & < "v0.18"} + "textutils" {>= "v0.17" & < "v0.18"} "odoc" {with-doc} ] build: [