Skip to content

Commit

Permalink
Use 4.08.1 in make all-supported-ocaml-versions
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Barbin <[email protected]>
  • Loading branch information
mbarbin committed Sep 10, 2024
1 parent 150b633 commit a837463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(package
(name pp)
(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.08))
(ppx_expect :with-test)
(ocamlformat
(and
Expand Down
2 changes: 1 addition & 1 deletion dune-workspace.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 1.0)

;; This file is used by `make all-supported-ocaml-versions`
(context (opam (switch 4.08.0)))
(context (opam (switch 4.08.1)))
2 changes: 1 addition & 1 deletion pp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ doc: "https://ocaml-dune.github.io/pp/"
bug-reports: "https://github.com/ocaml-dune/pp/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08"}
"ppx_expect" {with-test}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"odoc" {with-doc}
Expand Down

0 comments on commit a837463

Please sign in to comment.