Skip to content

Commit

Permalink
Fix ocamlformat version to 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ixzzd committed Dec 27, 2023
1 parent d7ba1bf commit a4a0edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version=0.24.1
break-cases=toplevel
break-infix-before-func=false
break-infix=fit-or-vertical
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(dune :build)
dune-build-info
(ocaml-lsp-server :with-dev-setup)
(ocamlformat (and :with-dev-setup (>= 0.24) (< 0.25)))
(ocamlformat (and :with-dev-setup (= 0.24.1)))
(odoc :with-doc)
(ounit2 :with-test)
yojson))
2 changes: 1 addition & 1 deletion jsonschema2atd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"dune" {>= "3.0" & build}
"dune-build-info"
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
"ocamlformat" {with-dev-setup & = "0.24.1"}
"odoc" {with-doc}
"ounit2" {with-test}
"yojson"
Expand Down

0 comments on commit a4a0edb

Please sign in to comment.