Skip to content

Commit cc86307

Browse files
authored
chore: upgrade to ocamlformat 0.26.2 (#1310)
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
1 parent 745ceca commit cc86307

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.26.1
1+
version=0.26.2
22
profile=conventional
33
ocaml-version=4.14.0
44
break-separators=before

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ possible and does not make any assumptions about IO.
6262
astring
6363
camlp-streams
6464
(ppx_expect (and (>= v0.15.0) :with-test))
65-
(ocamlformat (and :with-test (= 0.26.1)))
65+
(ocamlformat (and :with-test (= 0.26.2)))
6666
(ocamlc-loc (>= 3.7.0))
6767
(pp (>= 1.1.2))
6868
(csexp (>= 1.5))

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
outputs = { self, flake-utils, nixpkgs, ... }@inputs:
1616
let
1717
package = "ocaml-lsp-server";
18-
ocamlformat = pkgs: pkgs.ocamlformat_0_26_1;
18+
ocamlformat = pkgs: pkgs.ocamlformat_0_26_2;
1919
basePackage = {
2020
duneVersion = "3";
2121
version = "n/a";

0 commit comments

Comments
 (0)