Updated MinecraftAuth

This commit is contained in:
RaphiMC 2023-12-26 01:28:08 +01:00
parent c7f857bce0
commit c2e5817651
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

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