Skip to content

Commit 6814cf4

Browse files
committed
Fix merlin-lib version constraint for ocaml-lsp 1.22.0
1 parent f9607eb commit 6814cf4

File tree

1 file changed

+1
-1
lines changed
  • packages/ocaml-lsp-server/ocaml-lsp-server.1.22.0

1 file changed

+1
-1
lines changed

packages/ocaml-lsp-server/ocaml-lsp-server.1.22.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ depends: [
4444
"csexp" {>= "1.5"}
4545
"ocamlformat-rpc-lib" {>= "0.21.0"}
4646
"odoc" {with-doc}
47-
"merlin-lib" {>= "5.4" & < "6.0"}
47+
"merlin-lib" {>= "5.4" & < "5.5"}
4848
"ocaml-index" {>= "5.4" & < "6.0" & post}
4949
"ppx_yojson_conv" {with-dev-setup}
5050
]

0 commit comments

Comments
 (0)