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")