Skip to content

Commit

Permalink
chore: 0.7.10b1-SNAPSHOT
Browse files Browse the repository at this point in the history
chore: Bumped packetevents, XSeries, nbt-api
  • Loading branch information
LeeGodSRC committed Dec 10, 2024
1 parent 8a6caad commit daba4d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/modules/bukkit/bukkit-nbt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
implementation("de.tr7zw:item-nbt-api:2.13.2")
implementation("de.tr7zw:item-nbt-api:2.14.0")
}
2 changes: 1 addition & 1 deletion framework/modules/bukkit/bukkit-xseries/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")

api("io.fairyproject:core-command")
api("com.github.cryptomorin:XSeries:11.2.2")
api("com.github.cryptomorin:XSeries:12.0.0")

implementation("com.google.code.findbugs:jsr305:3.0.2")
}
Expand Down
2 changes: 1 addition & 1 deletion framework/platforms/bukkit-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api(project(":mc-platform"))
api("net.kyori:adventure-platform-bukkit:4.3.4")
api("net.kyori:adventure-text-serializer-bungeecord:4.3.4")
api("com.github.retrooper:packetevents-spigot:2.6.1-SNAPSHOT") {
api("com.github.retrooper:packetevents-spigot:2.7.0-SNAPSHOT") {
exclude(group = "net.kyori")
}
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT") {
Expand Down
2 changes: 1 addition & 1 deletion framework/platforms/mc-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api("net.kyori:adventure-text-serializer-gson-legacy-impl:4.17.0")
api("net.kyori:adventure-text-serializer-plain:4.17.0")

api("com.github.retrooper:packetevents-api:2.6.1-SNAPSHOT") {
api("com.github.retrooper:packetevents-api:2.7.0-SNAPSHOT") {
exclude(group = "net.kyori")
}

Expand Down
2 changes: 1 addition & 1 deletion global.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 0.7.9b14-SNAPSHOT
version = 0.7.10b1-SNAPSHOT

0 comments on commit daba4d3

Please sign in to comment.