Skip to content

Commit ae70b6b

Browse files
committed
Add dune-release to the list of dev dependencies
1 parent 1b2a8d8 commit ae70b6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
(synopsis
2727
"Virtual package gathering developers dependencies for hacking the Spatial Shell project")
2828
(depends
29+
dune-release
2930
ocaml-lsp-server
3031
odoc
3132
(ocamlformat

spatial-dev.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage: "https://github.com/lthms/spatial-shell"
1010
bug-reports: "https://github.com/lthms/spatial-shell/issues"
1111
depends: [
1212
"dune" {>= "3.0"}
13+
"dune-release"
1314
"ocaml-lsp-server"
1415
"odoc"
1516
"ocamlformat" {= "0.25.1"}

0 commit comments

Comments
 (0)