Skip to content

Commit

Permalink
Upgrade to dune-3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jul 15, 2024
1 parent caf985a commit dc41322
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
@@ -1,4 +1,4 @@
(lang dune 3.15)
(lang dune 3.16)

(name loc)

Expand Down Expand Up @@ -79,4 +79,4 @@
(>= v0.17)
(< v0.18)))
(stdune
(>= 3.15))))
(>= 3.16))))
4 changes: 2 additions & 2 deletions loc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/loc"
doc: "https://mbarbin.github.io/loc/"
bug-reports: "https://github.com/mbarbin/loc/issues"
depends: [
"dune" {>= "3.15"}
"dune" {>= "3.16"}
"ocaml" {>= "5.1"}
"base" {>= "v0.17" & < "v0.18"}
"bisect_ppx" {dev & >= "2.8.3"}
Expand All @@ -24,7 +24,7 @@ depends: [
"ppx_let" {>= "v0.17" & < "v0.18"}
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"stdune" {>= "3.15"}
"stdune" {>= "3.16"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit dc41322

Please sign in to comment.