Skip to content

Commit 984534d

Browse files
authored
Bump ocaml-re dependency to 1.10.3 (ocaml-ppx#2133)
1 parent 1e45d86 commit 984534d

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
@@ -62,7 +62,7 @@
6262
(>= 2.0.0)
6363
(< 3.0.0)))
6464
(re
65-
(>= 1.7.2))
65+
(>= 1.10.3))
6666
stdio
6767
(uuseg
6868
(>= 10.0.0))

ocamlformat.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"ocamlformat-rpc-lib" {with-test & = version}
2525
"ocp-indent"
2626
"odoc-parser" {>= "2.0.0" & < "3.0.0"}
27-
"re" {>= "1.7.2"}
27+
"re" {>= "1.10.3"}
2828
"stdio"
2929
"uuseg" {>= "10.0.0"}
3030
"uutf" {>= "1.0.1"}

0 commit comments

Comments
 (0)