Skip to content

Commit

Permalink
fix angstrom ver
Browse files Browse the repository at this point in the history
  • Loading branch information
gborough committed Apr 26, 2024
1 parent b704f2e commit fee515f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
(authors "Geoffrey Borough")
(synopsis "A type safe money manipulation library")
(description "A type safe money manipulation library")
(depends (ocaml (>= 4.14.0)) base dune (zarith (>= 1.5.0)) stdint (angstrom (>= 0.7.0)) re2 yojson ppx_deriving ppx_deriving_yojson ppx_jane (ppx_expect :with-test)))
(depends (ocaml (>= 4.14.0)) base dune (zarith (>= 1.5.0)) stdint (angstrom (>= 0.16.0)) re2 yojson ppx_deriving ppx_deriving_yojson ppx_jane (ppx_expect :with-test)))
2 changes: 1 addition & 1 deletion safemoney.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune" {>= "3.0"}
"zarith" {>= "1.5.0"}
"stdint"
"angstrom" {>= "0.7.0"}
"angstrom" {>= "0.16.0"}
"re2"
"yojson"
"ppx_deriving"
Expand Down

0 comments on commit fee515f

Please sign in to comment.