Skip to content

Commit

Permalink
Bump dune lower-bound to 2.8.0 for qcheck* opam packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed May 8, 2023
1 parent 0a69548 commit 61243ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qcheck-alcotest.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"dune" { >= "2.2" }
"dune" { >= "2.8.0" }
"base-bytes"
"base-unix"
"qcheck-core" { = version }
Expand Down
2 changes: 1 addition & 1 deletion qcheck-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"dune" { >= "2.2" }
"dune" { >= "2.8.0" }
"base-bytes"
"base-unix"
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion qcheck-ounit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"dune" { >= "2.2" }
"dune" { >= "2.8.0" }
"base-bytes"
"base-unix"
"qcheck-core" { = version }
Expand Down
2 changes: 1 addition & 1 deletion qcheck.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"dune" { >= "2.2" }
"dune" { >= "2.8.0" }
"base-bytes"
"base-unix"
"qcheck-core" { = version }
Expand Down

0 comments on commit 61243ef

Please sign in to comment.