Skip to content

Commit

Permalink
Merge pull request #8 from melange-community/remove-ocaml-constraint
Browse files Browse the repository at this point in the history
remove ocaml constraint
  • Loading branch information
jchavarri authored Feb 29, 2024
2 parents 5f884a5 + a8fe82f commit 55a301a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
(description
"Provides encoders and decoders to convert JSON values into typed values. With the possibility to create custom encoders and decoders.")
(depends
(ocaml
(>= "5.1"))
ocaml
(melange
(>= "3.0.0"))
(melange-jest :with-test)
Expand Down
2 changes: 1 addition & 1 deletion melange-json.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage: "https://github.com/melange-community/melange-json/"
bug-reports: "https://github.com/melange-community/melange-json/issues"
depends: [
"dune" {>= "3.9"}
"ocaml" {>= "5.1"}
"ocaml"
"melange" {>= "3.0.0"}
"melange-jest" {with-test}
"reason" {>= "3.10.0" & with-test}
Expand Down

0 comments on commit 55a301a

Please sign in to comment.