Skip to content

Commit 44c1124

Browse files
committed
Update opam deps
1 parent b17f7d1 commit 44c1124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dot-merlin-reader.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ build: [
1111
["dune" "build" "-p" name "-j" jobs]
1212
]
1313
depends: [
14-
"ocaml" {>= "4.08" & < "5.0"}
14+
"ocaml" {>= "4.14"}
1515
"dune" {>= "2.9.0"}
16-
"merlin-lib" {>= "4.9"}
16+
"merlin-lib" {>= "4.17"}
1717
"ocamlfind" {>= "1.6.0"}
1818
]
1919
description:

merlin.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.14" & < "4.15"}
1515
"dune" {>= "2.9.0"}
1616
"merlin-lib" {= version}
17-
"dot-merlin-reader" {>= "4.9"}
17+
"dot-merlin-reader" {>= "4.17"}
1818
"yojson" {>= "2.0.0"}
1919
"conf-jq" {with-test}
2020
"ppxlib" {with-test}

0 commit comments

Comments
 (0)