Updated MinecraftAuth

Closes #77
This commit is contained in:
RaphiMC 2024-05-19 14:41:51 +02:00
parent 3e4e134036
commit 5c431b0e35
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -91,7 +91,7 @@ dependencies {
include("net.raphimc.netminecraft:all:2.5.0-SNAPSHOT") {
exclude group: "com.google.code.gson", module: "gson"
}
include("net.raphimc:MinecraftAuth:4.0.1") {
include("net.raphimc:MinecraftAuth:4.0.2") {
exclude group: "com.google.code.gson", module: "gson"
exclude group: "org.slf4j", module: "slf4j-api"
}