From 51ffd1320c43abea5d388b7f007d4befa9362c41 Mon Sep 17 00:00:00 2001 From: dawe Date: Wed, 10 Jan 2024 08:56:30 +0100 Subject: [PATCH] Bump fsharp-analyzers CLI tool (#52) --- .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 10e12e2..c061aa4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,10 +15,10 @@ ] }, "fsharp-analyzers": { - "version": "0.22.0", + "version": "0.23.0", "commands": [ "fsharp-analyzers" ] } } -} \ No newline at end of file +}