Skip to content

Commit 66abbbd

Browse files
authored
chore: update lsp constraints (#1149)
Signed-off-by: Rudi Grinberg <[email protected]>
1 parent 16030d0 commit 66abbbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ possible and does not make any assumptions about IO.
3737
(ppx_expect (and (>= v0.15.0) :with-test))
3838
(uutf (>= 1.0.2))
3939
(odoc :with-doc)
40-
(ocaml (>= 4.12))))
40+
(ocaml (>= 4.14))))
4141

4242
(package
4343
(name ocaml-lsp-server)

lsp.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ depends: [
3131
"ppx_expect" {>= "v0.15.0" & with-test}
3232
"uutf" {>= "1.0.2"}
3333
"odoc" {with-doc}
34-
"ocaml" {>= "4.12"}
34+
"ocaml" {>= "4.14"}
3535
]
3636
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
3737
build: [

0 commit comments

Comments
 (0)