Skip to content

Commit a9b4e3b

Browse files
committed
Update ppxlib requirement to 0.36
1 parent 4027779 commit a9b4e3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dune-project

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
(ocaml (and (>= 4.13) (< 5.5)))
2121
(num :with-test)
2222
(ppx_expect (and (>= v0.16.1) :with-test))
23-
(ppxlib (>= 0.35))
23+
(ppxlib (>= 0.36))
2424
(ocaml-compiler-libs (>= v0.12.4))
2525
(re :with-test)
2626
(cmdliner (>= 1.1.0))
@@ -63,7 +63,7 @@
6363
(depends
6464
(ocaml (>= 4.13))
6565
(js_of_ocaml (= :version))
66-
(ppxlib (>= 0.35))
66+
(ppxlib (>= 0.36))
6767
(num :with-test)
6868
(ppx_expect (and (>= v0.14.2) :with-test))
6969
(re (and (>= 1.9.0) :with-test))
@@ -77,7 +77,7 @@
7777
(depends
7878
(ocaml (>= 4.13))
7979
(js_of_ocaml (= :version))
80-
(ppxlib (>= 0.35))
80+
(ppxlib (>= 0.36))
8181
(num :with-test)
8282
(ppx_expect (and (>= v0.14.2) :with-test))
8383
(re (and (>= 1.9.0) :with-test))
@@ -96,7 +96,7 @@
9696
(graphics :with-test)
9797
(num :with-test)
9898
(ppx_expect (and (>= v0.14.2) :with-test))
99-
(ppxlib (>= 0.35))
99+
(ppxlib (>= 0.36))
100100
(re (and (>= 1.9.0) :with-test))
101101
))
102102

@@ -127,7 +127,7 @@
127127
(js_of_ocaml-compiler (= :version))
128128
(num :with-test)
129129
(ppx_expect (and (>= v0.14.2) :with-test))
130-
(ppxlib (>= 0.35))
130+
(ppxlib (>= 0.36))
131131
(re (and (>= 1.9.0) :with-test))
132132
))
133133

@@ -141,7 +141,7 @@
141141
(js_of_ocaml (= :version))
142142
(num :with-test)
143143
(ppx_expect (and (>= v0.14.2) :with-test))
144-
(ppxlib (>= 0.35))
144+
(ppxlib (>= 0.36))
145145
(re :with-test)
146146
(cmdliner (>= 1.1.0))
147147
(opam-format :with-test)

0 commit comments

Comments
 (0)