Skip to content

Commit 0eaccc1

Browse files
committed
BUmp versions in opam files
1 parent e8e9d43 commit 0eaccc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dot-merlin-reader.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
depends: [
1414
"ocaml" {>= "5.2" }
1515
"dune" {>= "2.9.0"}
16-
"merlin-lib" {>= "5.0"}
16+
"merlin-lib" {>= "5.2"}
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" {>= "5.2" & < "5.3"}
1515
"dune" {>= "3.0.0"}
1616
"merlin-lib" {= version}
17-
"dot-merlin-reader" {>= "5.0"}
17+
"dot-merlin-reader" {>= "5.2"}
1818
"ocaml-index" {>= "1.0" & post}
1919
"yojson" {>= "2.0.0"}
2020
"conf-jq" {with-test}

0 commit comments

Comments
 (0)