Skip to content

Commit

Permalink
dot-merlin-reader.opam: Fix dune constraint (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Feb 16, 2021
1 parent ab02f60 commit 5bb71ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot-merlin-reader.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml" {>= "4.06.1" }
"dune" {>= "1.8.0"}
"dune" {>= "2.7.0"}
"yojson" {>= "1.6.0"}
"ocamlfind" {>= "1.6.0"}
"csexp" {>= "1.2.3"}
Expand Down

0 comments on commit 5bb71ba

Please sign in to comment.