Skip to content

Commit

Permalink
Fix tezt version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGen committed Dec 5, 2023
1 parent 638edcc commit 7f9036a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dedukti.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"cmdliner" {>= "1.1.0"}
"tezt" {with-test & >= "4.0"}
"tezt" {with-test & = "4.0.0"}
"menhir" {>= "20180528"}
"odoc" {with-doc}
]
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(depends
(ocaml (>= 4.08))
(cmdliner (>= 1.1.0))
(tezt (and :with-test (>= 4.0)))
(tezt (and :with-test (= 4.0.0)))
(menhir (>= 20180528)))
(synopsis "An implementation of The Lambda-Pi Modulo Theory")
(description "An implementation of The Lambda-Pi Modulo Theory"))
Expand All @@ -27,4 +27,4 @@
(ocaml (>= 4.08))
(dedukti (>= 2.7))
(z3 (>= 4.8.11))
(tezt (and :with-test (>= 4.0)))))
(tezt (and :with-test (= 4.0.0)))))
2 changes: 1 addition & 1 deletion universo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ocaml" {>= "4.08"}
"dedukti" {>= "2.7"}
"z3" {>= "4.8.11"}
"tezt" {with-test & >= "4.0"}
"tezt" {with-test & = "4.0.0"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 7f9036a

Please sign in to comment.