@@ -13,15 +13,24 @@ repositories {
1313 includeGroup(" com.github.LoneDev6" )
1414 }
1515 }
16+ maven {
17+ name = " grimacSnapshots"
18+ url = uri(" https://repo.grim.ac/snapshots" )
19+ content {
20+ includeGroup(" com.github.retrooper" )
21+ includeGroup(" ac.grim.grimac" )
22+ includeGroup(" ac.grim.packetevents" )
23+ }
24+ }
1625 maven(" https://repo.papermc.io/repository/maven-public/" )
1726 maven(" https://repo.codemc.io/repository/maven-snapshots/" )
1827}
1928
2029configurations {
2130 all {
2231 resolutionStrategy {
23- force(" net.kyori:adventure-api:4.19 .0" )
24- force(" net.kyori:adventure-bom:4.19 .0" )
32+ force(" net.kyori:adventure-api:4.22 .0" )
33+ force(" net.kyori:adventure-bom:4.22 .0" )
2534 }
2635 }
2736}
@@ -31,7 +40,7 @@ dependencies {
3140 implementation(project(" :folia" ))
3241 implementation(project(" :webserver" , " shadow" ))
3342
34- compileOnly(" io.papermc.paper:paper-api:1.21.3 -R0.1-SNAPSHOT" ) {
43+ compileOnly(" io.papermc.paper:paper-api:1.21.6 -R0.1-SNAPSHOT" ) {
3544 exclude(" net.kyori" ) // avoid conflicts
3645 }
3746 compileOnly(" com.viaversion:viaversion-api:4.9.2" )
@@ -41,15 +50,15 @@ dependencies {
4150 implementation(" org.incendo:cloud-paper:2.0.0-beta.10" ) {
4251 exclude(" org.checkerframework" )
4352 }
44- implementation(" net.kyori:adventure-platform-bukkit:4.3.4 " ) {
53+ implementation(" net.kyori:adventure-platform-bukkit:4.4.0 " ) {
4554 exclude(" net.kyori" , " adventure-api" ) // not up-to-date - use minimessage version
4655 }
47- implementation(" net.kyori:adventure-text-minimessage:4.19 .0" )
56+ implementation(" net.kyori:adventure-text-minimessage:4.22 .0" )
4857 implementation(" com.convallyria.languagy:api:3.0.3-SNAPSHOT" ) {
4958 exclude(" com.convallyria.languagy.libs" )
5059 }
5160 implementation(" org.bstats:bstats-bukkit:3.0.2" )
52- implementation(" com.github.GrimAnticheat.PacketEvents :packetevents-spigot:2.0 -SNAPSHOT" )
61+ implementation(" ac.grim.packetevents :packetevents-spigot:2.9.0+09654a9 -SNAPSHOT" )
5362}
5463
5564tasks {
0 commit comments