Skip to content

Commit ab824e5

Browse files
committed
Add missing 'v'-prefix in catala's ppx_yojson_conv dependency bound
1 parent 6cf37aa commit ab824e5

File tree

1 file changed

+1
-1
lines changed
  • packages/catala/catala.0.9.0

1 file changed

+1
-1
lines changed

packages/catala/catala.0.9.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ depends: [
3131
"ocamlfind" {!= "1.9.5"}
3232
"ocamlgraph" {>= "1.8.8"}
3333
"yojson" {>= "2.0" }
34-
"ppx_yojson_conv" {>= "0.14.0"}
34+
"ppx_yojson_conv" {>= "v0.14.0"}
3535
"re" {>= "1.9.0"}
3636
"sedlex" {>= "2.4" & < "3.5"}
3737
"uutf" {>= "1.0.3"}

0 commit comments

Comments
 (0)