From 8eebfd250a0dd5582634ae5f973da6640d45f348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:39:16 +0000 Subject: [PATCH] Bump the dotnet-tools group with 1 update Bumps the dotnet-tools group with 1 update: [fable](https://github.com/fable-compiler/Fable). Updates `fable` from 4.12.2 to 4.13.0 - [Release notes](https://github.com/fable-compiler/Fable/releases) - [Commits](https://github.com/fable-compiler/Fable/compare/4.12.2...4.13.0) --- updated-dependencies: - dependency-name: fable dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-tools ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index d4aa1e5..cb34d60 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fable": { - "version": "4.12.2", + "version": "4.13.0", "commands": [ "fable" ]