mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update dependencies
This commit is contained in:
parent
4455dc0ded
commit
f53c3b71c0
3 changed files with 21 additions and 21 deletions
|
@ -36,10 +36,10 @@ dependencies {
|
|||
exclude("com.nukkitx", "nbt")
|
||||
}
|
||||
|
||||
api("com.github.RednedEpic", "MCAuthLib", Versions.mcauthlibVersion)
|
||||
api("com.github.GeyserMC", "MCAuthLib", Versions.mcauthlibVersion)
|
||||
api("com.github.GeyserMC", "MCProtocolLib", Versions.mcprotocollibversion) {
|
||||
exclude("com.github.steveice10", "packetlib")
|
||||
exclude("com.github.steveice10", "mcauthlib")
|
||||
exclude("com.github.GeyserMC", "packetlib")
|
||||
exclude("com.github.GeyserMC", "mcauthlib")
|
||||
}
|
||||
|
||||
api("com.github.steveice10", "packetlib", Versions.packetlibVersion) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue