We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97eba5 commit d3211ddCopy full SHA for d3211dd
qcheck-alcotest.opam
@@ -21,7 +21,7 @@ depends: [
21
"dune" { >= "2.8.0" }
22
"base-unix"
23
"qcheck-core" { = version }
24
- "alcotest" {>= "0.8.1"}
+ "alcotest" {>= "1.2.0"}
25
"odoc" {with-doc}
26
"ocaml" {>= "4.08.0"}
27
]
qcheck.opam
"qcheck-ounit" { = version }
- "alcotest" {with-test}
+ "alcotest" {with-test & >= "1.2.0"}
0 commit comments