From 90b9657d012bd0e2351d18f4a775d89d277f48e6 Mon Sep 17 00:00:00 2001 From: dawe Date: Sun, 17 Mar 2024 21:20:03 +0100 Subject: [PATCH] update fantomas to 6.3.0 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index faae64d..3d45dfa 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fantomas": { - "version": "6.3.0-beta-001", + "version": "6.3.0", "commands": [ "fantomas" ]