@@ -30,26 +30,30 @@ dependencyResolutionManagement {
3030 versionCatalogs {
3131 create(" libs" ) {
3232 version(" publishdata" , " 1.4.0" )
33- version(" minestom" , " 1.5.0-SNAPSHOT" )
34- version(" aves" , " 1.6.0-SNAPSHOT" )
35- version(" xerus" , " 1.3.0-SNAPSHOT" )
3633 version(" shadow" , " 8.3.5" )
3734 version(" agones4j" , " 2.0.2" )
3835 version(" grpc" , " 1.68.0" )
3936 version(" tomcat-annotations-api" , " 6.0.53" )
4037
41- library( " microtus. bom" , " net.onelitefeather.microtus " , " bom " ).versionRef( " minestom " )
42- library( " dungeon.bom " , " net.theevilreaper.dungeon.bom " , " base " ).version( " 1.1 .1" )
38+ version( " bom" , " 1.4.2 " )
39+ version( " aonyx " , " 0.5 .1" )
4340
44- library(" minestom" , " net.onelitefeather.microtus" , " Microtus" ).withoutVersion()
45- library(" minestom-test" , " net.onelitefeather.microtus.testing" , " testing" ).withoutVersion()
41+ library(" mycelium.bom" , " net.onelitefeather" , " mycelium-bom" ).versionRef(" bom" )
42+ library(" aonyx.bom" , " net.onelitefeather" , " aonyx-bom" ).versionRef(" aonyx" )
43+ library(" minestom" , " net.minestom" , " minestom" ).withoutVersion()
44+ library(" adventure" , " net.kyori" , " adventure-text-minimessage" ).withoutVersion()
45+ library(" cyano" , " net.onelitefeather" , " cyano" ).withoutVersion()
46+ library(" guira" , " net.onelitefeather" , " guira" ).withoutVersion()
4647 library(" junit.api" , " org.junit.jupiter" , " junit-jupiter-api" ).withoutVersion()
4748 library(" junit.engine" , " org.junit.jupiter" , " junit-jupiter-engine" ).withoutVersion()
49+ library(" junit.platform.launcher" , " org.junit.platform" , " junit-platform-launcher" ).withoutVersion()
50+ library(" junit.params" , " org.junit.jupiter" , " junit-jupiter-params" ).withoutVersion()
51+ library(" aves" , " net.theevilreaper" , " aves" ).version(" 1.11.1-SNAPSHOT" )
52+ library(" xerus" , " net.theevilreaper" , " xerus" ).withoutVersion()
53+
4854 library(" mockito.core" , " org.mockito" , " mockito-core" ).withoutVersion()
4955 library(" mockito.junit" , " org.mockito" , " mockito-junit-jupiter" ).withoutVersion()
5056
51- library(" aves" , " de.icevizion.lib" , " aves" ).versionRef(" aves" )
52- library(" xerus" , " net.theevilreaper.xerus" , " xerus" ).versionRef(" xerus" )
5357 library(" canis" , " com.github.theEvilReaper" , " Canis" ).version(" master-SNAPSHOT" )
5458
5559 library(" agones4j" , " net.infumia" , " agones4j" ).versionRef(" agones4j" )
0 commit comments