Skip to content

Commit

Permalink
Update dependencies. There is no need to constraint the ocaml version…
Browse files Browse the repository at this point in the history
… since we already depend on merlin-lib.
  • Loading branch information
voodoos committed Oct 4, 2024
1 parent 38371b3 commit fde39f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ possible and does not make any assumptions about IO.
dyn
stdune
(fiber (and (>= 3.1.1) (< 4.0.0)))
(ocaml (>= 5.2.0))
xdg
ordering
dune-build-info
Expand All @@ -69,7 +68,7 @@ possible and does not make any assumptions about IO.
(csexp (>= 1.5))
(ocamlformat-rpc-lib (>= 0.21.0))
(odoc :with-doc)
(merlin-lib (and (>= 5.2) (< 6.0)))))
(merlin-lib (and (>= 5.3) (< 6.0)))))

(package
(name jsonrpc)
Expand Down
3 changes: 1 addition & 2 deletions ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ depends: [
"dyn"
"stdune"
"fiber" {>= "3.1.1" & < "4.0.0"}
"ocaml" {>= "5.2.0"}
"xdg"
"ordering"
"dune-build-info"
Expand All @@ -45,7 +44,7 @@ depends: [
"csexp" {>= "1.5"}
"ocamlformat-rpc-lib" {>= "0.21.0"}
"odoc" {with-doc}
"merlin-lib" {>= "5.2" & < "6.0"}
"merlin-lib" {>= "5.3" & < "6.0"}
]
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
build: [
Expand Down

0 comments on commit fde39f5

Please sign in to comment.