diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 7656b265..9a843336 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,6 +1,7 @@ -### 2.0.6 Release +### 2.0.6 Release (15.01.2024) * Fixed Hungerlose option in config.yml * Changed Round chances are now full numbers (no ,xx) +* Updated to minigamesbox 1.3.7 ### 2.0.5 Release (13.01.2024) * Updated to minigamesbox 1.3.6 diff --git a/build.gradle.kts b/build.gradle.kts index 52be1525..3924341f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation("plugily.projects:MiniGamesBox-Classic:1.3.6-SNAPSHOT2") { isTransitive = false } + implementation("plugily.projects:MiniGamesBox-Classic:1.3.7") { isTransitive = false } compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT") compileOnly("org.jetbrains:annotations:24.0.1")