Skip to content

Commit 87cdd0b

Browse files
committed
Update Dune to 3.20
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 60a53b6 commit 87cdd0b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.19)
1+
(lang dune 3.20)
22

33
(name vscode-ocaml-platform)
44

vscode-interop.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license: "ISC"
1717
homepage: "https://github.com/ocamllabs/vscode-ocaml-platform"
1818
bug-reports: "https://github.com/ocamllabs/vscode-ocaml-platform/issues"
1919
depends: [
20-
"dune" {>= "3.19"}
20+
"dune" {>= "3.20"}
2121
"ocaml" {>= "4.08"}
2222
"js_of_ocaml" {>= "6.0"}
2323
"gen_js_api" {= "1.1.5"}

vscode-node.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license: "ISC"
1717
homepage: "https://github.com/ocamllabs/vscode-ocaml-platform"
1818
bug-reports: "https://github.com/ocamllabs/vscode-ocaml-platform/issues"
1919
depends: [
20-
"dune" {>= "3.19"}
20+
"dune" {>= "3.20"}
2121
"ocaml" {>= "4.08"}
2222
"js_of_ocaml" {>= "6.0"}
2323
"gen_js_api" {= "1.1.5"}

vscode-ocaml-platform.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license: "ISC"
1616
homepage: "https://github.com/ocamllabs/vscode-ocaml-platform"
1717
bug-reports: "https://github.com/ocamllabs/vscode-ocaml-platform/issues"
1818
depends: [
19-
"dune" {>= "3.19"}
19+
"dune" {>= "3.20"}
2020
"vscode" {= version}
2121
"ocaml" {>= "5.3"}
2222
"js_of_ocaml" {>= "6.0"}

vscode.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license: "ISC"
1616
homepage: "https://github.com/ocamllabs/vscode-ocaml-platform"
1717
bug-reports: "https://github.com/ocamllabs/vscode-ocaml-platform/issues"
1818
depends: [
19-
"dune" {>= "3.19"}
19+
"dune" {>= "3.20"}
2020
"ocaml" {>= "4.08"}
2121
"js_of_ocaml" {>= "6.0"}
2222
"gen_js_api" {= "1.1.5"}

0 commit comments

Comments
 (0)