Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
tweak ocaml dep
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Apr 5, 2024
1 parent cdf23df commit 52404b6
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 @@ -17,7 +17,7 @@
(name ppx_deriving_json)
(depends
(ocaml
(>= 5.1))
(>= 4.14))
dune
ppxlib
ppx_deriving_tools
Expand Down
2 changes: 1 addition & 1 deletion ppx_deriving_json.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license: "LICENSE"
homepage: "https://github.com/andreypopp/ppx_deriving_json"
bug-reports: "https://github.com/andreypopp/ppx_deriving_json/issues"
depends: [
"ocaml" {>= "5.1"}
"ocaml" {>= "4.14"}
"dune" {>= "3.11"}
"ppxlib"
"ppx_deriving_tools"
Expand Down

0 comments on commit 52404b6

Please sign in to comment.