From c9f97e894188b80d097bcb8752f73ea640200018 Mon Sep 17 00:00:00 2001 From: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:46:45 +0200 Subject: [PATCH] Updated minigamesbox to 1.3.11 --- .github/CHANGELOG.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 36358e0..9019759 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,5 @@ ### 2.0.10 Release (09.07.2024) -* Updated to minigamesbox 1.3.10 +* Updated to minigamesbox 1.3.11 * Fixed arena after playing does not reset the arena options from config ### 2.0.9 Release (25.04.2024) diff --git a/build.gradle.kts b/build.gradle.kts index da089be..7d7eefd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation("plugily.projects:MiniGamesBox-Classic:1.3.10") { isTransitive = false } + implementation("plugily.projects:MiniGamesBox-Classic:1.3.11") { isTransitive = false } compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT") compileOnly("org.jetbrains:annotations:24.0.1")