Skip to content

Commit 874bcb9

Browse files
authored
chore: bump scoreboard library to 2.3.0 and simplify transitive dependencies (#87)
2 parents f702452 + f5c834a commit 874bcb9

6 files changed

Lines changed: 7 additions & 29 deletions

File tree

.idea/compiler.xml

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ javaVersion=21
99
mcVersion=1.21.4
1010

1111
group=dev.slne.surf
12-
version=1.21.4-2.13.2-SNAPSHOT
12+
version=1.21.4-2.13.3-SNAPSHOT
1313
relocationPrefix=dev.slne.surf.surfapi.libs

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ packetevents = "2.7.0"
1414
commandapi = "10.0.0"
1515

1616
# Scoreboard Library
17-
scoreboard-library = "2.2.2"
18-
scoreboard-library-implementation = "2.2.2"
19-
scoreboard-library-modern = "2.2.2"
17+
scoreboard-library = "2.3.0"
18+
scoreboard-library-implementation = "2.3.0"
19+
scoreboard-library-modern = "2.3.0"
2020

2121
# Adventure
2222
adventure-api = "4.18.0"

surf-api-bukkit/surf-api-bukkit-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
api(project(":surf-api-core:surf-api-core-api"))
88
compileOnly(libs.paper.api)
99
compileOnlyApi(libs.packetevents.spigot)
10-
compileOnlyApi(libs.scoreboard.library.api)
10+
compileOnlyApi(libs.scoreboard.library.api) { isTransitive = false }
1111
compileOnlyApi(libs.commandapi.bukkit)
1212
compileOnlyApi(libs.reflection.remapper)
1313
compileOnlyApi(libs.more.persistent.data.types)

surf-api-bukkit/surf-api-bukkit-server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
compileOnly(libs.placeholder.api)
2929

3030
// -------------------- Paper Libraries -------------------- //
31-
paperLibrary(libs.scoreboard.library.implementation)
32-
paperLibrary(libs.scoreboard.library.modern)
31+
paperLibrary(libs.scoreboard.library.implementation) { isTransitive = false }
32+
paperLibrary(libs.scoreboard.library.modern) { isTransitive = false }
3333
paperLibrary(libs.scoreboard.library.api)
3434
api(libs.inventoryframework)
3535
api(libs.packetevents.spigot)

0 commit comments

Comments
 (0)