Skip to content

Commit

Permalink
Fetch latest minigamesbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Dec 30, 2023
1 parent 85b4851 commit 7409691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ That's all, matcher will stop when detects next line started with `###` match
* Fixed No price set for shop item on all locales
* Changed kit loading
* Added file based kits /kits
* Fixed spawnEntity NME on spigot upper 1.15

### 4.7.0 (10.08.2023)
* Added up to 1.20 compatibility
Expand Down
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {


dependencies {
implementation("plugily.projects:MiniGamesBox-Classic:1.3.1") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.3-SNAPSHOT3") { isTransitive = false }
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.0.1")
compileOnly(files("lib/spigot/1.8.8-R0.1.jar"))
Expand All @@ -60,7 +60,6 @@ tasks {
archiveClassifier.set("")
relocate("plugily.projects.minigamesbox", "plugily.projects.villagedefense.minigamesbox")
relocate("com.zaxxer.hikari", "plugily.projects.villagedefense.database.hikari")
minimize()
}

processResources {
Expand Down

0 comments on commit 7409691

Please sign in to comment.