Skip to content

Commit ac4ce55

Browse files
author
Francisco Santos
committed
dune-project: ppxlib version
1 parent 9df361a commit ac4ce55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
(synopsis "Generate default values for your types")
1717
(depends
1818
(ocaml (>= 4.14))
19-
ppxlib
19+
(ppxlib (>= 0.25))
2020
ppx_deriving))

ppx_default.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://github.com/ProgramingIsTheFuture/ppx_default/issues"
99
depends: [
1010
"dune" {>= "3.10"}
1111
"ocaml" {>= "4.14"}
12-
"ppxlib"
12+
"ppxlib" {>= "0.25"}
1313
"ppx_deriving"
1414
"odoc" {with-doc}
1515
]

0 commit comments

Comments
 (0)