From a8653eceb540444c2bd34a9dd1799f1f89627b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 21:11:51 +0000 Subject: [PATCH] Bump fable from 4.17.0 to 4.18.0 in the dotnet-tools group Bumps the dotnet-tools group with 1 update: [fable](https://github.com/fable-compiler/Fable). Updates `fable` from 4.17.0 to 4.18.0 - [Release notes](https://github.com/fable-compiler/Fable/releases) - [Commits](https://github.com/fable-compiler/Fable/compare/4.17.0...4.18.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 5d75749..71ca273 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fable": { - "version": "4.17.0", + "version": "4.18.0", "commands": [ "fable" ]