Skip to content

Commit db1b323

Browse files
committed
Add same restriction as opam-repository
1 parent 5cc25ab commit db1b323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
(reason
6060
(>= 3.12.0))
6161
(ppxlib
62-
(>= 0.33.0))
62+
(and (>= 0.33.0) (< 0.36.0)))
6363
(merlin :with-test)
6464
(ocamlformat
6565
(and

reason-react-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"dune" {>= "3.9"}
1818
"ocaml" {>= "4.14"}
1919
"reason" {>= "3.12.0"}
20-
"ppxlib" {>= "0.33.0"}
20+
"ppxlib" {>= "0.33.0" & < "0.36.0"}
2121
"merlin" {with-test}
2222
"ocamlformat" {= "0.27.0" & with-dev-setup}
2323
"odoc" {with-doc}

0 commit comments

Comments
 (0)