From 92d46424c37ea116642a7e49cc86aa6e22419f64 Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:59:02 -0700 Subject: [PATCH] Update Protocol --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3d8058072..f3cb43b7d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -116,9 +116,9 @@ websocket = { group = "org.java-websocket", name = "Java-WebSocket", version.ref #protocol-common = { group = "org.cloudburstmc.protocol", name = "common", version.ref = "protocol-connection" } #protocol-codec = { group = "org.cloudburstmc.protocol", name = "bedrock-codec", version.ref = "protocol" } #protocol-connection = { group = "org.cloudburstmc.protocol", name = "bedrock-connection", version.ref = "protocol-connection" } -protocol-common = { group = "com.github.CloudburstMC.Protocol", name = "common", version = "68dc192" } -protocol-codec = { group = "com.github.CloudburstMC.Protocol", name = "bedrock-codec", version = "68dc192" } -protocol-connection = { group = "com.github.CloudburstMC.Protocol", name = "bedrock-connection", version = "68dc192" } +protocol-common = { group = "com.github.CloudburstMC.Protocol", name = "common", version = "25ce568" } +protocol-codec = { group = "com.github.CloudburstMC.Protocol", name = "bedrock-codec", version = "25ce568" } +protocol-connection = { group = "com.github.CloudburstMC.Protocol", name = "bedrock-connection", version = "25ce568" } math = { group = "org.cloudburstmc.math", name = "immutable", version = "2.0" }