Skip to content

Commit

Permalink
feat: bumped scoreboard-lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lagggpixel committed Jun 24, 2024
1 parent 3c771b5 commit 7a083b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MiniGamesBox API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

dependencies {
implementation("me.tigerhix.lib:scoreboard:1.4.3") { isTransitive = false }
implementation("me.tigerhix.lib:scoreboard:1.4.4") { isTransitive = false }
compileOnly(project(":MiniGamesBox-Database", "shadow"))
compileOnly("com.github.cryptomorin:XSeries:9.10.0") { isTransitive = false }
}
Expand Down
2 changes: 1 addition & 1 deletion MiniGamesBox Classic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

dependencies {
implementation("me.tigerhix.lib:scoreboard:1.4.3") { isTransitive = false }
implementation("me.tigerhix.lib:scoreboard:1.4.4") { isTransitive = false }
implementation("com.github.cryptomorin:XSeries:9.10.0") { isTransitive = false }
implementation(project(":MiniGamesBox-API", "shadow"))
implementation(project(":MiniGamesBox-Inventory", "shadow"))
Expand Down

0 comments on commit 7a083b4

Please sign in to comment.