mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Add remove before merge comment
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
This commit is contained in:
parent
5c3c1788e0
commit
85c5682efe
1 changed files with 3 additions and 3 deletions
|
@ -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-common = { group = "org.cloudburstmc.protocol", name = "common", version.ref = "protocol-connection" }
|
||||||
#protocol-codec = { group = "org.cloudburstmc.protocol", name = "bedrock-codec", version.ref = "protocol" }
|
#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-connection = { group = "org.cloudburstmc.protocol", name = "bedrock-connection", version.ref = "protocol-connection" }
|
||||||
protocol-common = { group = "com.github.Kas-tle.Protocol", name = "common", version = "df0c303" }
|
protocol-common = { group = "com.github.Kas-tle.Protocol", name = "common", version = "df0c303" } # Remove before merge
|
||||||
protocol-codec = { group = "com.github.Kas-tle.Protocol", name = "bedrock-codec", version = "df0c303" }
|
protocol-codec = { group = "com.github.Kas-tle.Protocol", name = "bedrock-codec", version = "df0c303" } # Remove before merge
|
||||||
protocol-connection = { group = "com.github.Kas-tle.Protocol", name = "bedrock-connection", version = "df0c303" }
|
protocol-connection = { group = "com.github.Kas-tle.Protocol", name = "bedrock-connection", version = "df0c303" } # Remove before merge
|
||||||
|
|
||||||
math = { group = "org.cloudburstmc.math", name = "immutable", version = "2.0" }
|
math = { group = "org.cloudburstmc.math", name = "immutable", version = "2.0" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue