Skip to content

Commit f622fdf

Browse files
committed
Bump qcheck version to 0.25
1 parent 9488ea2 commit f622fdf

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

alt-ergo-lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"ppx_deriving"
3030
"odoc" {with-doc}
3131
"ppx_deriving"
32-
"qcheck" {with-test & = "0.22"}
32+
"qcheck" {with-test & = "0.25"}
3333
]
3434
conflicts: [
3535
"ppxlib" {< "0.30.0"}

alt-ergo-lib.opam.locked

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,49 +17,44 @@ doc: "https://ocamlpro.github.io/alt-ergo"
1717
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
1818
depends: [
1919
"base-bigarray" {= "base"}
20-
"base-bytes" {= "base"}
2120
"base-threads" {= "base"}
2221
"base-unix" {= "base"}
2322
"cmdliner" {= "1.3.0"}
2423
"conf-gmp" {= "5"}
2524
"conf-pkg-config" {= "4"}
2625
"cppo" {= "1.8.0"}
27-
"csexp" {= "1.5.2"}
2826
"dolmen" {= "0.10"}
2927
"dolmen_loop" {= "0.10"}
3028
"dolmen_type" {= "0.10"}
31-
"dune" {= "3.19.0"}
32-
"dune-build-info" {= "3.19.0"}
33-
"dune-configurator" {= "3.19.0"}
29+
"dune" {= "3.19.1"}
30+
"dune-build-info" {= "3.19.1"}
3431
"fmt" {= "0.10.0"}
3532
"gen" {= "1.1"}
3633
"hmap" {= "0.8.1"}
37-
"js_of_ocaml" {= "6.0.1"}
38-
"js_of_ocaml-compiler" {= "6.0.1"}
39-
"logs" {= "0.6.3"}
40-
"lwt" {= "5.9.1"}
34+
"logs" {= "0.8.0"}
4135
"menhir" {= "20240715"}
4236
"menhirCST" {= "20240715"}
4337
"menhirLib" {= "20240715"}
4438
"menhirSdk" {= "20240715"}
4539
"ocaml-options-vanilla" {= "1"}
4640
"ocamlbuild" {= "0.16.1"}
4741
"ocamlfind" {= "1.9.8"}
48-
"ocplib-endian" {= "1.2"}
4942
"ocplib-simplex" {= "0.5.1"}
43+
"ounit2" {= "2.2.7" & with-test}
5044
"pp_loc" {= "2.1.0"}
5145
"ppx_blob" {= "0.9.0"}
5246
"ppx_derivers" {= "1.2.1"}
53-
"ppx_deriving" {= "6.0.3"}
54-
"ppxlib" {= "0.35.0"}
55-
"sedlex" {= "3.4"}
47+
"ppx_deriving" {= "6.1.0"}
48+
"ppxlib" {= "0.36.0"}
49+
"qcheck" {= "0.25" & with-test}
50+
"qcheck-core" {= "0.25" & with-test}
51+
"qcheck-ounit" {= "0.25" & with-test}
5652
"seq" {= "base"}
5753
"sexplib0" {= "v0.17.0"}
5854
"spelll" {= "0.4"}
5955
"stdlib-shims" {= "0.3.0"}
6056
"topkg" {= "1.0.8"}
6157
"uutf" {= "1.0.4"}
62-
"yojson" {= "2.2.2"}
6358
"zarith" {= "1.14"}
6459
]
6560
build: [

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ See more details on http://alt-ergo.ocamlpro.com/"
6565
ppx_deriving
6666
(odoc :with-doc)
6767
ppx_deriving
68-
(qcheck (and :with-test (= 0.22)))
68+
(qcheck (and :with-test (= 0.25)))
6969
)
7070
(conflicts
7171
(ppxlib (< 0.30.0))

0 commit comments

Comments
 (0)