diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index e2989809..e03fac0e 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -10,6 +10,9 @@ deploy webhooks to print changelog successfully That's all, matcher will stop when detects next line started with `###` match +### 5.0.5 Release (15.01.2024) +* Updated to minigamesbox 1.3.7 + ### 5.0.4 Release (13.01.2024) * Updated to minigamesbox 1.3.6 diff --git a/build.gradle.kts b/build.gradle.kts index 17a5e3a8..3fadd22b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ repositories { } dependencies { - implementation("plugily.projects:MiniGamesBox-Classic:1.3.6") { isTransitive = false } + implementation("plugily.projects:MiniGamesBox-Classic:1.3.7") { isTransitive = false } compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") compileOnly("net.citizensnpcs:citizensapi:2.0.31-SNAPSHOT") compileOnly("org.jetbrains:annotations:24.0.1")