Updated MinecraftAuth

This commit is contained in:
RaphiMC 2024-06-30 19:39:56 +02:00
parent b17b6bbdb9
commit 0e5faf0e64
No known key found for this signature in database
GPG key ID: 0F6BB0657A03AC94

View file

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