Skip to content

Commit

Permalink
#patch updated scoreboard-lib (#51)
Browse files Browse the repository at this point in the history
* fix: fixed hologram names not showing

* Bump version from 1.3.9 to 1.3.9-SNAPSHOT0

* feat: bumped scoreboard-lib version

---------

Co-authored-by: version-bump[github-action] <41898282+version-bump[github-action]@users.noreply.github.com>
  • Loading branch information
Lagggpixel and version-bump[github-action] authored Jun 24, 2024
1 parent 7e6f04d commit 6ac3ae8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
group=plugily.projects
version=1.3.9
version=1.3.9-SNAPSHOT0

0 comments on commit 6ac3ae8

Please sign in to comment.