diff --git a/dune-project b/dune-project index 4628446..0f15cb2 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 2.0) +(lang dune 2.7) (formatting (enabled_for dune)) (name utop) diff --git a/utop.opam b/utop.opam index 7eb74ae..da609a6 100644 --- a/utop.opam +++ b/utop.opam @@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml-community/utop" doc: "https://ocaml-community.github.io/utop/" bug-reports: "https://github.com/ocaml-community/utop/issues" depends: [ - "dune" {>= "2.0"} + "dune" {>= "2.7"} "ocaml" {>= "4.11.0"} "base-unix" "base-threads" @@ -24,9 +24,10 @@ depends: [ "cppo" {>= "1.1.2"} "alcotest" {with-test} "xdg" {>= "3.9.0"} + "odoc" {with-doc} ] build: [ - ["dune" "subst"] {pinned} + ["dune" "subst"] {dev} [ "dune" "build"