From c91e2253e470cf8ef647ccf3e6a17f5c121b202a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:37:30 +0000 Subject: [PATCH] chore(deps): update dependency csharpier to 0.30.6 --- tests/resources/unity/VrmaInspector/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/unity/VrmaInspector/.config/dotnet-tools.json b/tests/resources/unity/VrmaInspector/.config/dotnet-tools.json index 2d4ea63db..31ae43967 100644 --- a/tests/resources/unity/VrmaInspector/.config/dotnet-tools.json +++ b/tests/resources/unity/VrmaInspector/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.30.5", + "version": "0.30.6", "commands": ["dotnet-csharpier"] } }