Skip to content
Snippets Groups Projects
Commit 111c0c5c authored by François Bobot's avatar François Bobot
Browse files

Fix dolmen version

parent a4d7a705
No related branches found
No related tags found
1 merge request!24Release helpers
Pipeline #46273 passed
...@@ -9,9 +9,9 @@ homepage: "https://colibri.frama-c.com" ...@@ -9,9 +9,9 @@ homepage: "https://colibri.frama-c.com"
bug-reports: "https://git.frama-c.com/pub/colibrics/issues" bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
depends: [ depends: [
"ppx_deriving_yojson" {>= "3.6.1"} "ppx_deriving_yojson" {>= "3.6.1"}
"dolmen" {>= "0.5~dev"} "dolmen" {>= "0.7"}
"dolmen_type" {>= "0.5~dev"} "dolmen_type" {>= "0.7"}
"dolmen_loop" {>= "0.5~dev"} "dolmen_loop" {>= "0.7"}
"dune" {>= "3.0"} "dune" {>= "3.0"}
"zarith" {>= "1.12"} "zarith" {>= "1.12"}
"cmdliner" {>= "1.1.1"} "cmdliner" {>= "1.1.1"}
......
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
(description "The core of Colibrics is formally proved using Why3.") (description "The core of Colibrics is formally proved using Why3.")
(depends (depends
("ppx_deriving_yojson" (>= "3.6.1")) ("ppx_deriving_yojson" (>= "3.6.1"))
("dolmen" (>= "0.5~dev")) ("dolmen" (>= "0.7"))
("dolmen_type" (>= "0.5~dev")) ("dolmen_type" (>= "0.7"))
("dolmen_loop" (>= "0.5~dev")) ("dolmen_loop" (>= "0.7"))
"dune" "dune"
("zarith" (>= "1.12")) ("zarith" (>= "1.12"))
("cmdliner" (>= 1.1.1)) ("cmdliner" (>= 1.1.1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment