Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Use timestamped snapshots for dependencies
Dieser Commit ist enthalten in:
Ursprung
7c1100b830
Commit
56958f8fbd
@ -9,10 +9,11 @@ netty = "4.1.80.Final"
|
||||
guava = "29.0-jre"
|
||||
gson = "2.3.1" # Provided by Spigot 1.8.8
|
||||
websocket = "1.5.1"
|
||||
protocol = "3.0.0.Beta1-SNAPSHOT"
|
||||
raknet = "0.0.1.Final-SNAPSHOT"
|
||||
protocol = "3.0.0.Beta1-20230424.095344-69"
|
||||
protocol-connection = "3.0.0.Beta1-20230424.095344-68"
|
||||
raknet = "1.0.0.CR1-20230311.162635-3"
|
||||
mcauthlib = "d9d773e"
|
||||
mcprotocollib = "1.19.4-math2-SNAPSHOT"
|
||||
mcprotocollib = "1.19.4-2-20230426.171506-1"
|
||||
adventure = "4.14.0-20230424.215040-7"
|
||||
adventure-platform = "4.1.2"
|
||||
junit = "5.9.2"
|
||||
@ -95,7 +96,7 @@ viaversion = { group = "com.viaversion", name = "viaversion", version.ref = "via
|
||||
websocket = { group = "org.java-websocket", name = "Java-WebSocket", version.ref = "websocket" }
|
||||
|
||||
protocol-codec = { group = "org.cloudburstmc.protocol", name = "bedrock-codec", version.ref = "protocol" }
|
||||
protocol-connection = { group = "org.cloudburstmc.protocol", name = "bedrock-connection", version.ref = "protocol" }
|
||||
protocol-connection = { group = "org.cloudburstmc.protocol", name = "bedrock-connection", version.ref = "protocol-connection" }
|
||||
|
||||
[bundles]
|
||||
jackson = [ "jackson-annotations", "jackson-core", "jackson-dataformat-yaml" ]
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren