diff --git a/core/pom.xml b/core/pom.xml index a14cf1c29..408a2b761 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -11,12 +11,20 @@ core - 4.9.3 + 4.12.0-20220629.025215-9 8.5.2 2.13.2 4.1.66.Final + + + + sonatype-s01 + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + + org.geysermc @@ -166,6 +174,11 @@ com.github.GeyserMC mcauthlib + + + net.kyori + * + @@ -245,6 +258,19 @@ ${adventure.version} compile + + + net.kyori + adventure-text-serializer-gson + ${adventure.version} + compile + + + net.kyori + adventure-text-serializer-gson-legacy-impl + ${adventure.version} + compile + junit