Skip to content

Commit 6fe001d

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

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
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)

js_of_ocaml-compiler.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.13" & < "5.5"}
1717
"num" {with-test}
1818
"ppx_expect" {>= "v0.16.1" & with-test}
19-
"ppxlib" {>= "0.35"}
19+
"ppxlib" {>= "0.36"}
2020
"ocaml-compiler-libs" {>= "v0.12.4"}
2121
"re" {with-test}
2222
"cmdliner" {>= "1.1.0"}

js_of_ocaml-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"dune" {>= "3.19"}
1616
"ocaml" {>= "4.13"}
1717
"js_of_ocaml" {= version}
18-
"ppxlib" {>= "0.35"}
18+
"ppxlib" {>= "0.36"}
1919
"num" {with-test}
2020
"ppx_expect" {>= "v0.14.2" & with-test}
2121
"re" {>= "1.9.0" & with-test}

js_of_ocaml-ppx_deriving_json.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"dune" {>= "3.19"}
1616
"ocaml" {>= "4.13"}
1717
"js_of_ocaml" {= version}
18-
"ppxlib" {>= "0.35"}
18+
"ppxlib" {>= "0.36"}
1919
"num" {with-test}
2020
"ppx_expect" {>= "v0.14.2" & with-test}
2121
"re" {>= "1.9.0" & with-test}

js_of_ocaml-toplevel.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"graphics" {with-test}
2020
"num" {with-test}
2121
"ppx_expect" {>= "v0.14.2" & with-test}
22-
"ppxlib" {>= "0.35"}
22+
"ppxlib" {>= "0.36"}
2323
"re" {>= "1.9.0" & with-test}
2424
"odoc" {with-doc}
2525
]

js_of_ocaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"js_of_ocaml-compiler" {= version}
1818
"num" {with-test}
1919
"ppx_expect" {>= "v0.14.2" & with-test}
20-
"ppxlib" {>= "0.35"}
20+
"ppxlib" {>= "0.36"}
2121
"re" {>= "1.9.0" & with-test}
2222
"odoc" {with-doc}
2323
]

wasm_of_ocaml-compiler.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"js_of_ocaml" {= version}
1818
"num" {with-test}
1919
"ppx_expect" {>= "v0.14.2" & with-test}
20-
"ppxlib" {>= "0.35"}
20+
"ppxlib" {>= "0.36"}
2121
"re" {with-test}
2222
"cmdliner" {>= "1.1.0"}
2323
"opam-format" {with-test}

0 commit comments

Comments
 (0)