From 83b62b48459b92b027656f35bf8e85278ffaa691 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 27 Jan 2025 16:26:00 +0100 Subject: [PATCH] chore: update husky/csharpier --- .config/dotnet-tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9e52e96..3652ec5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,18 +3,18 @@ "isRoot": true, "tools": { "husky": { - "version": "0.7.1", + "version": "0.7.2", "commands": [ "husky" ], "rollForward": false }, "csharpier": { - "version": "0.29.2", + "version": "0.30.6", "commands": [ "dotnet-csharpier" ], "rollForward": false } } -} \ No newline at end of file +}