Skip to content

Commit

Permalink
Merge pull request #131 from coq-community/update-dune
Browse files Browse the repository at this point in the history
Dune 3.6
  • Loading branch information
palmskog authored Sep 20, 2024
2 parents 078c045 + aa9cfcb commit 4dc588f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coq.opam.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"ocaml" {{& opam }}
{{/ supported_ocaml_versions }}
{{# dune }}
"dune" {>= "2.5"}
"dune" {>= "3.6"}
{{/ dune }}
"coq" {{& supported_coq_versions.opam }}
{{# dependencies }}
Expand Down
4 changes: 2 additions & 2 deletions dune-project.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 2.5)
(using coq 0.2)
(lang dune 3.6)
(using coq 0.6)
(name {{ shortname }})

0 comments on commit 4dc588f

Please sign in to comment.