mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Updated MinecraftAuth
This commit is contained in:
parent
3ac0d81484
commit
62c50c6f55
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ dependencies {
|
||||||
include "net.lenni0451:Reflect:1.2.4"
|
include "net.lenni0451:Reflect:1.2.4"
|
||||||
include "net.lenni0451:LambdaEvents:2.2.0"
|
include "net.lenni0451:LambdaEvents:2.2.0"
|
||||||
include "net.raphimc.netminecraft:all:2.3.6-SNAPSHOT"
|
include "net.raphimc.netminecraft:all:2.3.6-SNAPSHOT"
|
||||||
include("net.raphimc:MinecraftAuth:2.1.5-SNAPSHOT") {
|
include("net.raphimc:MinecraftAuth:2.1.6-SNAPSHOT") {
|
||||||
exclude group: "com.google.code.gson", module: "gson"
|
exclude group: "com.google.code.gson", module: "gson"
|
||||||
exclude group: "org.slf4j", module: "slf4j-api"
|
exclude group: "org.slf4j", module: "slf4j-api"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue