We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99cc90 commit 667e02dCopy full SHA for 667e02d
gradle/libs.versions.toml
@@ -2,15 +2,15 @@ metadata.format.version = "1.1"
2
3
[versions]
4
5
-adventure = "4.15.0"
+adventure = "4.17.0"
6
cloudburstnbt = "3.0.0.Final"
7
slf4j = "2.0.9"
8
math = "2.0"
9
fastutil-maps = "8.5.3"
10
netty = "4.1.103.Final"
11
netty-io_uring = "0.0.24.Final"
12
gson = "2.11.0"
13
-minecraftauth = "4.0.2"
+minecraftauth = "4.1.1"
14
checkerframework = "3.42.0"
15
junit = "5.8.2"
16
protocol/build.gradle.kts
@@ -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 {
0 commit comments