Skip to content

Commit 70c2632

Browse files
committed
Lower-bound ppxlib to 0.36.0
Signed-off-by: Patrick Ferris <[email protected]>
1 parent 549a999 commit 70c2632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppx_deriving_qcheck.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "2.8.0"}
1212
"ocaml" {>= "4.08.0"}
1313
"qcheck-core" {>= "0.24"}
14-
"ppxlib" {>= "0.22.0"}
14+
"ppxlib" {>= "0.36.0"}
1515
"ppx_deriving" {>= "5.2.1"}
1616
"odoc" {with-doc}
1717
"alcotest" {with-test & >= "1.4.0" }

0 commit comments

Comments
 (0)