Skip to content

Commit f601863

Browse files
author
Guillaume "Liam" Petiot
authored
Update lower bounds of fmt and yojson (#15)
Fix the lower bound target of ocaml-ci
1 parent 57cd881 commit f601863

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: dune-project

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
(alcotest :with-test)
2121
astring
2222
curly
23-
fmt
24-
yojson
23+
(fmt (>= 0.8.7))
24+
(yojson (>= 1.6))
2525
(ocaml (>= 4.08))))

Diff for: get-activity-lib.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ depends: [
1010
"alcotest" {with-test}
1111
"astring"
1212
"curly"
13-
"fmt"
14-
"yojson"
13+
"fmt" {>= "0.8.7"}
14+
"yojson" {>= "1.6"}
1515
"ocaml" {>= "4.08"}
1616
"odoc" {with-doc}
1717
]

0 commit comments

Comments
 (0)