Skip to content

Commit

Permalink
Bump dune lang to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanReb committed Mar 11, 2024
1 parent 9286e8b commit c28bf62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions dune-project
@@ -1,4 +1,4 @@
(lang dune 2.7)
(lang dune 3.10)

(generate_opam_files true)

Expand Down Expand Up @@ -30,5 +30,3 @@
(and
:with-test
(>= 1.6.0)))))

(cram enable)
2 changes: 1 addition & 1 deletion ppx_yojson.opam
Expand Up @@ -7,7 +7,7 @@ license: "BSD-2-Clause"
homepage: "https://github.com/NathanReb/ppx_yojson"
bug-reports: "https://github.com/NathanReb/ppx_yojson/issues"
depends: [
"dune" {>= "2.7"}
"dune" {>= "3.10"}
"ocaml" {>= "4.08"}
"alcotest" {with-test}
"ppxlib" {>= "0.18.0"}
Expand Down

0 comments on commit c28bf62

Please sign in to comment.