Merge pull request #164 from ViaVersion/dependabot/gradle/net.raphimc-MinecraftAuth-3.1.0

Bump net.raphimc:MinecraftAuth from 3.1.0-SNAPSHOT to 3.1.0
This commit is contained in:
RK_01 2024-01-08 09:07:06 +01:00 committed by GitHub
commit 3b848310eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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