From fde39f52c24ecafb9a0fdc8862dc631b2ac703b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Fri, 4 Oct 2024 12:51:01 +0200 Subject: [PATCH] Update dependencies. There is no need to constraint the ocaml version since we already depend on merlin-lib. --- dune-project | 3 +-- ocaml-lsp-server.opam | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dune-project b/dune-project index d47f64c70..ccd4aa8c8 100644 --- a/dune-project +++ b/dune-project @@ -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 @@ -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) diff --git a/ocaml-lsp-server.opam b/ocaml-lsp-server.opam index 9651f1fa2..b59658f63 100644 --- a/ocaml-lsp-server.opam +++ b/ocaml-lsp-server.opam @@ -31,7 +31,6 @@ depends: [ "dyn" "stdune" "fiber" {>= "3.1.1" & < "4.0.0"} - "ocaml" {>= "5.2.0"} "xdg" "ordering" "dune-build-info" @@ -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: [