Skip to content

Commit 09503ff

Browse files
committed
Add missing 'v'-prefix in forester's ppx_yojson_conv dependency bound
1 parent ab824e5 commit 09503ff

File tree

1 file changed

+1
-1
lines changed
  • packages/forester/forester.5.0

1 file changed

+1
-1
lines changed

packages/forester/forester.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ depends: [
3333
"cid" {>= "0.1.0"}
3434
"lsp" {>= "0.19.0"}
3535
"jsonrpc" {>= "1.22.0"}
36-
"ppx_yojson_conv" {>= "0.17.0"}
36+
"ppx_yojson_conv" {>= "v0.17.0"}
3737
"logs" {>= "0.7.0"}
3838
"bisect_ppx" {>= "2.8.3"}
3939
"cohttp-eio" {>= "6.0.0"}

0 commit comments

Comments
 (0)