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
|
@ -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)
|
||||
|
|
|
@ -24,21 +24,21 @@
|
|||
*/
|
||||
|
||||
object Versions {
|
||||
const val jacksonVersion= "2.12.4"
|
||||
const val fastutilVersion= "8.5.2"
|
||||
const val nettyVersion= "4.1.66.Final"
|
||||
const val guavaVersion= "29.0-jre"
|
||||
const val nbtVersion= "2.1.0"
|
||||
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 packetlibVersion= "2.1-SNAPSHOT"
|
||||
const val adventureVersion= "4.9.3"
|
||||
const val eventVersion= "3.0.0"
|
||||
const val junitVersion= "4.13.1"
|
||||
const val checkerQualVersion= "3.19.0"
|
||||
const val jacksonVersion = "2.12.4"
|
||||
const val fastutilVersion = "8.5.2"
|
||||
const val nettyVersion = "4.1.66.Final"
|
||||
const val guavaVersion = "29.0-jre"
|
||||
const val nbtVersion = "2.1.0"
|
||||
const val websocketVersion = "1.5.1"
|
||||
const val protocolVersion = "0cd24c0"
|
||||
const val raknetVersion = "1.6.28-SNAPSHOT"
|
||||
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"
|
||||
const val junitVersion = "4.13.1"
|
||||
const val checkerQualVersion = "3.19.0"
|
||||
const val cumulusVersion = "1.0-SNAPSHOT"
|
||||
const val log4jVersion = "2.17.1"
|
||||
}
|
|
@ -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…
Reference in a new issue