Skip to content

Commit

Permalink
Update Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Apr 8, 2024
1 parent 1d9dd8e commit 92d4642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 92d4642

Please sign in to comment.