Skip to content

Commit

Permalink
Merge pull request #17811 from emillon/opam-monorepo-needs-dune-2-7
Browse files Browse the repository at this point in the history
opam-monorepo.0.1.0 requires dune >= 2.7
  • Loading branch information
mseri authored Dec 11, 2020
2 parents 08e27c9 + 5157671 commit 2b1ae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opam-monorepo/opam-monorepo.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license: "ISC"
homepage: "https://github.com/ocamllabs/opam-monorepo"
bug-reports: "https://github.com/ocamllabs/opam-monorepo/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0" & < "4.12"}
"conf-m4"
"conf-pkg-config"
Expand Down

0 comments on commit 2b1ae7d

Please sign in to comment.