From 4b9fc3c3b413ec805846074ecdb8668794938ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:06:31 +0000 Subject: [PATCH] Bump amazon.lambda.tools from 5.13.0 to 6.0.5 --- updated-dependencies: - dependency-name: amazon.lambda.tools dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6cfc4b7..85f02e3 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -4,23 +4,31 @@ "tools": { "fantomas": { "version": "8.0.0-alpha-009", - "commands": ["fantomas"], + "commands": [ + "fantomas" + ], "rollForward": false }, "amazon.lambda.tools": { - "version": "5.13.0", - "commands": ["dotnet-lambda"], + "version": "6.0.5", + "commands": [ + "dotnet-lambda" + ], "rollForward": false }, "fsdocs-tool": { "version": "22.0.0", - "commands": ["fsdocs"], + "commands": [ + "fsdocs" + ], "rollForward": false }, "fsharp-analyzers": { "version": "0.36.0", - "commands": ["fsharp-analyzers"], + "commands": [ + "fsharp-analyzers" + ], "rollForward": false } } -} +} \ No newline at end of file