mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-20 14:08:53 +01: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 paperVersion = "1.17.1-R0.1-SNAPSHOT" // Needed because we do not support Java 17 yet
|
||||||
val viaVersion = "4.0.0"
|
val viaVersion = "4.0.0"
|
||||||
val adaptersVersion = "1.3-SNAPSHOT"
|
val adaptersVersion = "1.4-SNAPSHOT"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(projects.core)
|
api(projects.core)
|
||||||
|
|
|
@ -32,8 +32,8 @@ object Versions {
|
||||||
const val websocketVersion = "1.5.1"
|
const val websocketVersion = "1.5.1"
|
||||||
const val protocolVersion = "0cd24c0"
|
const val protocolVersion = "0cd24c0"
|
||||||
const val raknetVersion = "1.6.28-SNAPSHOT"
|
const val raknetVersion = "1.6.28-SNAPSHOT"
|
||||||
const val mcauthlibVersion= "6c99331"
|
const val mcauthlibVersion = "d9d773e"
|
||||||
const val mcprotocollibversion= "6a23a780"
|
const val mcprotocollibversion = "0771504"
|
||||||
const val packetlibVersion = "2.1-SNAPSHOT"
|
const val packetlibVersion = "2.1-SNAPSHOT"
|
||||||
const val adventureVersion = "4.9.3"
|
const val adventureVersion = "4.9.3"
|
||||||
const val eventVersion = "3.0.0"
|
const val eventVersion = "3.0.0"
|
||||||
|
|
|
@ -36,10 +36,10 @@ dependencies {
|
||||||
exclude("com.nukkitx", "nbt")
|
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) {
|
api("com.github.GeyserMC", "MCProtocolLib", Versions.mcprotocollibversion) {
|
||||||
exclude("com.github.steveice10", "packetlib")
|
exclude("com.github.GeyserMC", "packetlib")
|
||||||
exclude("com.github.steveice10", "mcauthlib")
|
exclude("com.github.GeyserMC", "mcauthlib")
|
||||||
}
|
}
|
||||||
|
|
||||||
api("com.github.steveice10", "packetlib", Versions.packetlibVersion) {
|
api("com.github.steveice10", "packetlib", Versions.packetlibVersion) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue