Skip to content

Commit f173a6e

Browse files
committed
Bump ppxlib to 0.36
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 30e3465 commit f173a6e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dune-project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
(alcotest :with-test)
3131
(reason :with-test)
3232
(ppxlib
33-
(>= 0.18))))
33+
(>= 0.36))))
3434
3535
(package
3636
(name tyxml-ppx)
@@ -53,7 +53,7 @@
5353
(markup
5454
(>= 0.7.2))
5555
(ppxlib
56-
(>= 0.18))
56+
(>= 0.36))
5757
(re
5858
(>= 1.5.0))))
5959
@@ -65,7 +65,7 @@
6565
(>= 4.03))
6666
(alcotest :with-test)
6767
(ppxlib
68-
(>= 0.18))
68+
(>= 0.36))
6969
(re
7070
(>= 1.5.0))
7171
(uutf

tyxml-jsx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"tyxml-syntax" {= version}
2424
"alcotest" {with-test}
2525
"reason" {with-test}
26-
"ppxlib" {>= "0.18"}
26+
"ppxlib" {>= "0.36"}
2727
"odoc" {with-doc}
2828
]
2929
build: [

tyxml-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"tyxml-syntax" {= version}
2424
"alcotest" {with-test}
2525
"markup" {>= "0.7.2"}
26-
"ppxlib" {>= "0.18"}
26+
"ppxlib" {>= "0.36"}
2727
"re" {>= "1.5.0"}
2828
"odoc" {with-doc}
2929
]

tyxml-syntax.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "2.7"}
1212
"ocaml" {>= "4.03"}
1313
"alcotest" {with-test}
14-
"ppxlib" {>= "0.18"}
14+
"ppxlib" {>= "0.36"}
1515
"re" {>= "1.5.0"}
1616
"uutf" {>= "1.0.0"}
1717
"odoc" {with-doc}

0 commit comments

Comments
 (0)