Skip to content

Commit

Permalink
1.21.2 release (#870)
Browse files Browse the repository at this point in the history
* 1.21.2 release

* Update minecraftauth, adventure to latest releases
  • Loading branch information
onebeastchris authored Dec 12, 2024
1 parent c99cc90 commit 667e02d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ metadata.format.version = "1.1"

[versions]

adventure = "4.15.0"
adventure = "4.17.0"
cloudburstnbt = "3.0.0.Final"
slf4j = "2.0.9"
math = "2.0"
fastutil-maps = "8.5.3"
netty = "4.1.103.Final"
netty-io_uring = "0.0.24.Final"
gson = "2.11.0"
minecraftauth = "4.0.2"
minecraftauth = "4.1.1"
checkerframework = "3.42.0"
junit = "5.8.2"

Expand Down
2 changes: 1 addition & 1 deletion protocol/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
jacoco
}

version = "1.21.2-SNAPSHOT"
version = "1.21.2-1"
description = "MCProtocolLib is a simple library for communicating with Minecraft clients and servers."

dependencies {
Expand Down

0 comments on commit 667e02d

Please sign in to comment.