diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 383189c..f1a5260 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fantomas": { - "version": "6.3.15", + "version": "6.3.16", "commands": [ "fantomas" ] diff --git a/nix/deps.nix b/nix/deps.nix index 549a4ac..9d52dec 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -8,8 +8,8 @@ }) (fetchNuGet { pname = "fantomas"; - version = "6.3.15"; - hash = "sha256-Gjw7MxjUNckMWSfnOye4UTe5fZWnor6RHCls3PNsuG8="; + version = "6.3.16"; + hash = "sha256-4tRdYf+/Q1iedx+DDuIKVGlIWQdr6erM51VdKzZkhCs="; }) (fetchNuGet { pname = "Fantomas.Core";