diff --git a/dune-project b/dune-project index 747657e..eba50f3 100644 --- a/dune-project +++ b/dune-project @@ -14,7 +14,7 @@ (package (name pp) (depends - (ocaml (>= 4.08.0)) + (ocaml (>= 4.08)) (ppx_expect :with-test) (ocamlformat (and diff --git a/pp.opam b/pp.opam index 53d6166..197a689 100644 --- a/pp.opam +++ b/pp.opam @@ -30,7 +30,7 @@ doc: "https://ocaml-dune.github.io/pp/" bug-reports: "https://github.com/ocaml-dune/pp/issues" depends: [ "dune" {>= "2.8"} - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.08"} "ppx_expect" {with-test} "ocamlformat" {with-dev-setup & = "0.26.2"} "odoc" {with-doc}