Skip to content

Commit 6cf37aa

Browse files
committed
Add missing 'v'-prefix in mutaml's ppx_yojson_conv dependency bound
1 parent 5626e0c commit 6cf37aa

File tree

1 file changed

+1
-1
lines changed
  • packages/mutaml/mutaml.0.3

1 file changed

+1
-1
lines changed

packages/mutaml/mutaml.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"dune" {>= "3.0"}
2020
"ocaml" {>= "4.12.0"}
2121
"ppxlib" {>= "0.28.0"}
22-
"ppx_yojson_conv" {>= "0.14.0"}
22+
"ppx_yojson_conv" {>= "v0.14.0"}
2323
"stdlib-random"
2424
"conf-timeout"
2525
"conf-which"

0 commit comments

Comments
 (0)