Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ possible and does not make any assumptions about IO.
")
(depends
(jsonrpc (= :version))
yojson
(yojson (< 3.0.0))
(ppx_yojson_conv_lib (>= "v0.14"))
(cinaps :with-test)
(ppx_expect (and (>= v0.17.0) :with-test))
Expand All @@ -45,7 +45,7 @@ possible and does not make any assumptions about IO.
(synopsis "LSP Server for OCaml")
(description "An LSP server for OCaml.")
(depends
yojson
(yojson (< 3.0.0))
(base (>= v0.16.0))
(lsp (= :version))
(jsonrpc (= :version))
Expand Down
2 changes: 1 addition & 1 deletion lsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "3.0"}
"jsonrpc" {= version}
"yojson"
"yojson" {< "3.0.0"}
"ppx_yojson_conv_lib" {>= "v0.14"}
"cinaps" {with-test}
"ppx_expect" {>= "v0.17.0" & with-test}
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "3.0"}
"yojson"
"yojson" {< "3.0.0"}
"base" {>= "v0.16.0"}
"lsp" {= version}
"jsonrpc" {= version}
Expand Down
Loading