chore: bump ocamlforamt to 0.27

This commit is contained in:
Simon Cruanes 2025-04-17 10:02:39 -04:00
parent 28b78cd741
commit 45fae39c29
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
version = 0.26.2 version = 0.27.0
profile=conventional profile=conventional
margin=80 margin=80
if-then-else=k-r if-then-else=k-r

View file

@ -43,8 +43,8 @@
(ocamlformat (ocamlformat
(and (and
:with-dev-setup :with-dev-setup
(>= 0.24) (>= 0.27)
(< 0.25)))) (< 0.28))))
(depopts trace lwt eio) (depopts trace lwt eio)
(conflicts (conflicts
(trace (trace

View file

@ -23,7 +23,7 @@ depends: [
"alcotest" {with-test} "alcotest" {with-test}
"pbrt" {>= "3.0" & < "4.0"} "pbrt" {>= "3.0" & < "4.0"}
"ocaml-lsp-server" {with-dev-setup} "ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"} "ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
] ]
depopts: ["trace" "lwt" "eio"] depopts: ["trace" "lwt" "eio"]
conflicts: [ conflicts: [