mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-28 08:32:24 -05:00
1.21.2 release (#870)
* 1.21.2 release * Update minecraftauth, adventure to latest releases
This commit is contained in:
parent
c99cc90b45
commit
667e02d38c
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ metadata.format.version = "1.1"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
adventure = "4.15.0"
|
adventure = "4.17.0"
|
||||||
cloudburstnbt = "3.0.0.Final"
|
cloudburstnbt = "3.0.0.Final"
|
||||||
slf4j = "2.0.9"
|
slf4j = "2.0.9"
|
||||||
math = "2.0"
|
math = "2.0"
|
||||||
|
@ -10,7 +10,7 @@ fastutil-maps = "8.5.3"
|
||||||
netty = "4.1.103.Final"
|
netty = "4.1.103.Final"
|
||||||
netty-io_uring = "0.0.24.Final"
|
netty-io_uring = "0.0.24.Final"
|
||||||
gson = "2.11.0"
|
gson = "2.11.0"
|
||||||
minecraftauth = "4.0.2"
|
minecraftauth = "4.1.1"
|
||||||
checkerframework = "3.42.0"
|
checkerframework = "3.42.0"
|
||||||
junit = "5.8.2"
|
junit = "5.8.2"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
||||||
jacoco
|
jacoco
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "1.21.2-SNAPSHOT"
|
version = "1.21.2-1"
|
||||||
description = "MCProtocolLib is a simple library for communicating with Minecraft clients and servers."
|
description = "MCProtocolLib is a simple library for communicating with Minecraft clients and servers."
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in a new issue