Updated MinecraftAuth

This commit is contained in:
RaphiMC 2024-04-29 22:46:36 +02:00
parent c7b66b8fd1
commit b37bccd28c
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
1 changed files with 1 additions and 1 deletions

View File

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