Updated MinecraftAuth

This commit is contained in:
RaphiMC 2023-11-21 22:56:30 +01:00
parent a612960655
commit f7e71d3ead
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

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