@@ -2,9 +2,7 @@ rootProject.name = "Bounce"
22
33dependencyResolutionManagement {
44 repositories {
5- mavenLocal()
65 mavenCentral()
7- maven(" https://jitpack.io" )
86 maven(" https://central.sonatype.com/repository/maven-snapshots/" )
97 maven(" https://repository.derklaro.dev/snapshots/" )
108 maven {
@@ -29,13 +27,13 @@ dependencyResolutionManagement {
2927 version(" shadow" , " 9.3.0" )
3028 version(" bom" , " 1.6.0" )
3129 version(" aonyx" , " 0.6.0" )
32- version(" pvp" , " 56a831b41c " )
30+ version(" pvp" , " 2025.12.29-1.21.11 " )
3331
3432 library(" mycelium.bom" , " net.onelitefeather" , " mycelium-bom" ).versionRef(" bom" )
3533 library(" aonyx.bom" , " net.onelitefeather" , " aonyx-bom" ).versionRef(" aonyx" )
3634 version(" cloudnet" , " 4.0.0-RC16-SNAPSHOT" )
3735
38- library(" pvp" , " com .github.TogAr2 " , " MinestomPvP" ).versionRef(" pvp" )
36+ library(" pvp" , " io .github.togar2 " , " MinestomPvP" ).versionRef(" pvp" )
3937 library(" minestom" , " net.minestom" , " minestom" ).withoutVersion()
4038 library(" adventure" , " net.kyori" , " adventure-text-minimessage" ).withoutVersion()
4139 library(" cyano" , " net.onelitefeather" , " cyano" ).withoutVersion()
0 commit comments