Skip to content

Commit 4e14ee6

Browse files
committed
Add upper-bound on old merlin reader lib dependency
1 parent bc1219b commit 4e14ee6

File tree

1 file changed

+1
-1
lines changed
  • packages/dot-merlin-reader/dot-merlin-reader.4.6

1 file changed

+1
-1
lines changed

packages/dot-merlin-reader/dot-merlin-reader.4.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
depends: [
1414
"ocaml" {>= "4.08"}
1515
"dune" {>= "2.9.0"}
16-
"merlin-lib" {>= "4.6"}
16+
"merlin-lib" {>= "4.6" & < "4.9"}
1717
"ocamlfind" {>= "1.6.0"}
1818
]
1919
description:

0 commit comments

Comments
 (0)