We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16030d0 commit 66abbbdCopy full SHA for 66abbbd
dune-project
@@ -37,7 +37,7 @@ possible and does not make any assumptions about IO.
37
(ppx_expect (and (>= v0.15.0) :with-test))
38
(uutf (>= 1.0.2))
39
(odoc :with-doc)
40
- (ocaml (>= 4.12))))
+ (ocaml (>= 4.14))))
41
42
(package
43
(name ocaml-lsp-server)
lsp.opam
@@ -31,7 +31,7 @@ depends: [
31
"ppx_expect" {>= "v0.15.0" & with-test}
32
"uutf" {>= "1.0.2"}
33
"odoc" {with-doc}
34
- "ocaml" {>= "4.12"}
+ "ocaml" {>= "4.14"}
35
]
36
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
build: [
0 commit comments