mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-12-02 04:07:10 -05:00
Merge pull request #50 from RaphiMC/dependabot/gradle/net.raphimc-MinecraftAuth-2.1.2
Bump net.raphimc:MinecraftAuth from 2.1.1 to 2.1.2
This commit is contained in:
commit
b24da85b28
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ dependencies {
|
||||||
include "net.lenni0451:Reflect:1.1.0"
|
include "net.lenni0451:Reflect:1.1.0"
|
||||||
include "net.lenni0451:LambdaEvents:2.0.3"
|
include "net.lenni0451:LambdaEvents:2.0.3"
|
||||||
include "net.raphimc.netminecraft:all:2.3.3"
|
include "net.raphimc.netminecraft:all:2.3.3"
|
||||||
include("net.raphimc:MinecraftAuth:2.1.1") {
|
include("net.raphimc:MinecraftAuth:2.1.2") {
|
||||||
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