Skip to content

Commit

Permalink
Update lower bounds of fmt and yojson
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Mar 12, 2024
1 parent 57cd881 commit 4303b09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
(alcotest :with-test)
astring
curly
fmt
yojson
(fmt (>= 0.8.7))
(yojson (>= 1.6))
(ocaml (>= 4.08))))
4 changes: 2 additions & 2 deletions get-activity-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ depends: [
"alcotest" {with-test}
"astring"
"curly"
"fmt"
"yojson"
"fmt" {>= "0.8.7"}
"yojson" {>= "1.6"}
"ocaml" {>= "4.08"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 4303b09

Please sign in to comment.