Skip to content

Commit

Permalink
chore: Bumped version to 0.7.11b1-SNAPSHOT
Browse files Browse the repository at this point in the history
chore: Bumped adventure version to 4.18.0
  • Loading branch information
LeeGodSRC committed Dec 28, 2024
1 parent 61d21bf commit 0da9aaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions framework/platforms/mc-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ dependencies {
compileOnly("io.netty:netty-all:4.1.100.Final")

// Adventure, for user-interface
api("net.kyori:adventure-api:4.17.0")
api("net.kyori:adventure-text-serializer-gson:4.17.0")
api("net.kyori:adventure-text-serializer-legacy:4.17.0")
api("net.kyori:adventure-nbt:4.17.0")
api("net.kyori:adventure-text-minimessage:4.17.0")
api("net.kyori:adventure-text-serializer-gson-legacy-impl:4.17.0")
api("net.kyori:adventure-text-serializer-plain:4.17.0")
api("net.kyori:adventure-api:4.18.0")
api("net.kyori:adventure-text-serializer-gson:4.18.0")
api("net.kyori:adventure-text-serializer-legacy:4.18.0")
api("net.kyori:adventure-nbt:4.18.0")
api("net.kyori:adventure-text-minimessage:4.18.0")
api("net.kyori:adventure-text-serializer-gson-legacy-impl:4.18.0")
api("net.kyori:adventure-text-serializer-plain:4.18.0")

api("com.github.retrooper:packetevents-api:2.7.0") {
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.10b2-SNAPSHOT
version = 0.7.11b1-SNAPSHOT

0 comments on commit 0da9aaa

Please sign in to comment.