diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 53d22d4..b53978e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fantomas": { - "version": "7.0.2", + "version": "7.0.3", "commands": [ "fantomas" ] diff --git a/nix/deps.json b/nix/deps.json index c215966..01c56fd 100644 --- a/nix/deps.json +++ b/nix/deps.json @@ -21,8 +21,8 @@ }, { "pname": "fantomas", - "version": "7.0.2", - "hash": "sha256-BAaENIm/ksTiXrUImRgKoIXTGIlgsX7ch6ayoFjhJXA=" + "version": "7.0.3", + "hash": "sha256-0XlfV7SxXPDnk/CjkUesJSaH0cxlNHJ+Jj86zNUhkNA=" }, { "pname": "FSharp.Collections.ParallelSeq",