Skip to content

Commit

Permalink
update dune to 3.16
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Nov 18, 2024
1 parent 154ca10 commit a480438
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.0)
(lang dune 3.16)

(name vscode-ocaml-platform)

Expand All @@ -9,12 +9,9 @@

(maintainers "Rudi Grinberg <me@rgrinberg.com>")

(authors
"Rudi Grinberg <me@rgrinberg.com>"
"Sora Morimoto <sora@morimoto.io>"
"Max Lantas <mnxndev@outlook.com>"
"Manas <prometheansacrifice@gmail.com>"
"Rusty Key <iam@stfoo.ru>"
(authors "Rudi Grinberg <me@rgrinberg.com>"
"Sora Morimoto <sora@morimoto.io>" "Max Lantas <mnxndev@outlook.com>"
"Manas <prometheansacrifice@gmail.com>" "Rusty Key <iam@stfoo.ru>"
"Louis Roché <louis@louisroche.net>"
"Ulugbek Abdullaev <ulugbekna@gmail.com>"
"Javier Chávarri <javier.chavarri@gmail.com>")
Expand All @@ -28,7 +25,8 @@
(depends
(vscode
(= :version))
(ocaml (>= 5.2.0))
(ocaml
(>= 5.2.0))
(js_of_ocaml
(>= 4.1.0))
(gen_js_api
Expand Down
2 changes: 1 addition & 1 deletion vscode-ocaml-platform.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license: "ISC"
homepage: "https://github.com/ocamllabs/vscode-ocaml-platform"
bug-reports: "https://github.com/ocamllabs/vscode-ocaml-platform/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.16"}
"vscode" {= version}
"ocaml" {>= "5.2.0"}
"js_of_ocaml" {>= "4.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion vscode.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license: "ISC"
homepage: "https://github.com/ocamllabs/vscode-ocaml-platform"
bug-reports: "https://github.com/ocamllabs/vscode-ocaml-platform/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.16"}
"ocaml" {>= "4.13"}
"js_of_ocaml" {>= "4.1.0"}
"gen_js_api" {= "1.1.2"}
Expand Down

0 comments on commit a480438

Please sign in to comment.