Skip to content

Commit 369176f

Browse files
authored
Merge pull request #79 from jmid/decoders-jsonaf-bound
Add missing v in decoders-jsonaf bound and regenerate opam file
2 parents 0d201cd + 06ef730 commit 369176f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decoders-jsonaf.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"dune" {>= "3.1"}
1616
"ocaml" {>= "4.10.0"}
1717
"decoders" {= version}
18-
"jsonaf" {>= "0.15.0"}
18+
"jsonaf" {>= "v0.15.0"}
1919
"odoc" {with-doc}
2020
"ounit2" {with-test}
2121
]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
(depends
5757
(ocaml (>= 4.10.0))
5858
(decoders (= :version))
59-
(jsonaf (>= 0.15.0))
59+
(jsonaf (>= v0.15.0))
6060
(odoc :with-doc)
6161
(ounit2 :with-test)))
6262

0 commit comments

Comments
 (0)