Skip to content

Commit

Permalink
Updated to minigamesbox 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Jan 15, 2024
1 parent 000e55c commit d1f51c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d1f51c3

Please sign in to comment.