Update dependencies

This commit is contained in:
RednedEpic 2022-03-19 20:46:30 -05:00
parent 4455dc0ded
commit f53c3b71c0
3 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
val paperVersion = "1.17.1-R0.1-SNAPSHOT" // Needed because we do not support Java 17 yet
val viaVersion = "4.0.0"
val adaptersVersion = "1.3-SNAPSHOT"
val adaptersVersion = "1.4-SNAPSHOT"
dependencies {
api(projects.core)

View File

@ -32,8 +32,8 @@ object Versions {
const val websocketVersion = "1.5.1"
const val protocolVersion = "0cd24c0"
const val raknetVersion = "1.6.28-SNAPSHOT"
const val mcauthlibVersion= "6c99331"
const val mcprotocollibversion= "6a23a780"
const val mcauthlibVersion = "d9d773e"
const val mcprotocollibversion = "0771504"
const val packetlibVersion = "2.1-SNAPSHOT"
const val adventureVersion = "4.9.3"
const val eventVersion = "3.0.0"

View File

@ -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) {