From cfda071f84ac4a5b283d91850a4e17e7f658b56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:23:59 +0000 Subject: [PATCH] chore(deps): bump fr.mrmicky:fastboard from 2.0.0 to 2.0.1 Bumps [fr.mrmicky:fastboard](https://github.com/MrMicky-FR/FastBoard) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/MrMicky-FR/FastBoard/releases) - [Commits](https://github.com/MrMicky-FR/FastBoard/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: fr.mrmicky:fastboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b22c5bcc..81896a27 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { val mockBukkitVersion = "3.19.1" val junitVersion = "5.10.0" val mockkVersion = "1.12.5" - val fastboardVersion = "2.0.0" + val fastboardVersion = "2.0.1" val kotestVersion = "5.6.2" val icu4jVersion = "73.2"