From 5ce8ab9c41f31418bd3d08b96467a00712b7aca1 Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Tue, 27 Apr 2021 14:41:22 +0200 Subject: [PATCH] Bump Fantomas and Paket. (#1684) --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f79eded95d..b46bc43114 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "paket": { - "version": "6.0.0-beta8", + "version": "6.0.0-beta9", "commands": [ "paket" ] @@ -21,7 +21,7 @@ ] }, "fantomas-tool": { - "version": "4.5.0-alpha-011", + "version": "4.5.0-alpha-013", "commands": [ "fantomas" ]