Skip to content

Commit

Permalink
Update to dune 2.9
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed Sep 10, 2021
1 parent a70b1e1 commit d28aa72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dune-project
@@ -1,4 +1,4 @@
(lang dune 2.7)
(lang dune 2.9)
(using menhir 2.0)
(using cinaps 1.0)
(name lsp)
Expand Down
2 changes: 1 addition & 1 deletion jsonrpc.opam
Expand Up @@ -19,7 +19,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.7"}
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion lsp.opam
Expand Up @@ -23,7 +23,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.7"}
"dune" {>= "2.9"}
"jsonrpc" {= version}
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server.opam
Expand Up @@ -19,7 +19,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.7"}
"dune" {>= "2.9"}
"yojson"
"re" {>= "1.5.0"}
"ppx_yojson_conv_lib" {>= "v0.14"}
Expand Down

0 comments on commit d28aa72

Please sign in to comment.