Skip to content

Commit d9b47f4

Browse files
authored
Merge pull request ocaml#24759 from ocaml/mseri-patch-4
pretter 3.0.0: updated qcheck lower bound
2 parents 00f0016 + 49ba8dc commit d9b47f4

File tree

1 file changed

+2
-2
lines changed
  • packages/pratter/pratter.3.0.0

1 file changed

+2
-2
lines changed

packages/pratter/pratter.3.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ depends: [
1818
"dune" {>= "2.7"}
1919
"camlp-streams" {>= "5.0" & < "6"}
2020
"alcotest" {with-test >= "1.5.0" & < "2"}
21-
"qcheck" {with-test >= "0.9"}
22-
"qcheck-alcotest" {with-test >= "0.9"}
21+
"qcheck" {with-test >= "0.12"}
22+
"qcheck-alcotest" {with-test >= "0.12"}
2323
"odoc" {with-doc}
2424
]
2525
build: [

0 commit comments

Comments
 (0)