Skip to content

Commit cb8e827

Browse files
committed
Remove v on ppx_deriving
1 parent c868724 commit cb8e827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liquid_syntax.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"stdio" { >= "v0.10.0" }
2020
"re2" { >= "v0.13.0" }
2121
"calendar" { >= "3.0.0" }
22-
"ppx_deriving" { >= "v5.0" }
22+
"ppx_deriving" { >= "5.0" }
2323
]
2424
build: [
2525
["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)