Skip to content

Commit 31d4b39

Browse files
committed
Bump dune to 3.18
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 2350a5d commit 31d4b39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.17)
1+
(lang dune 3.18)
22
(name example)
33

44
(generate_opam_files true)

example.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "ISC"
88
homepage: "https://github.com/ocsigen/ts2ocaml-example"
99
bug-reports: "https://github.com/ocsigen/ts2ocaml-example/issues"
1010
depends: [
11-
"dune" {>= "3.17"}
11+
"dune" {>= "3.18"}
1212
"ocaml" {< "5.0"}
1313
"ts2ocaml-jsoo-stdlib"
1414
"ojs"
@@ -33,6 +33,7 @@ build: [
3333
]
3434
]
3535
dev-repo: "git+https://github.com/ocsigen/ts2ocaml-example.git"
36+
x-maintenance-intent: ["(latest)"]
3637
pin-depends: [
3738
["ts2ocaml-jsoo-stdlib.dev" "git+https://github.com/ocsigen/ts2ocaml.git#jsoo-stdlib-v2.0.0-beta.3"]
3839
]

0 commit comments

Comments
 (0)