diff --git a/.ocamlformat b/.ocamlformat index 7e25eebde..b033b6163 100644 --- a/.ocamlformat +++ b/.ocamlformat @@ -1,4 +1,4 @@ -version=0.26.1 +version=0.26.2 profile=conventional ocaml-version=4.14.0 break-separators=before diff --git a/dune-project b/dune-project index 147523af1..381278bd7 100644 --- a/dune-project +++ b/dune-project @@ -62,7 +62,7 @@ possible and does not make any assumptions about IO. astring camlp-streams (ppx_expect (and (>= v0.15.0) :with-test)) - (ocamlformat (and :with-test (= 0.26.1))) + (ocamlformat (and :with-test (= 0.26.2))) (ocamlc-loc (>= 3.7.0)) (pp (>= 1.1.2)) (csexp (>= 1.5)) diff --git a/flake.lock b/flake.lock index feb9a8a24..7e64624ea 100644 --- a/flake.lock +++ b/flake.lock @@ -54,11 +54,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1715653339, - "narHash": "sha256-7lR9tpVXviSccl07GXI0+ve/natd24HAkuy1sQp0OlI=", + "lastModified": 1718149104, + "narHash": "sha256-Ds1QpobBX2yoUDx9ZruqVGJ/uQPgcXoYuobBguyKEh8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "abd6d48f8c77bea7dc51beb2adfa6ed3950d2585", + "rev": "e913ae340076bbb73d9f4d3d065c2bca7caafb16", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 85c220ef7..29a4207da 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ outputs = { self, flake-utils, nixpkgs, ... }@inputs: let package = "ocaml-lsp-server"; - ocamlformat = pkgs: pkgs.ocamlformat_0_26_1; + ocamlformat = pkgs: pkgs.ocamlformat_0_26_2; basePackage = { duneVersion = "3"; version = "n/a";