File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 api(" redis.clients:jedis:7.1.0" )
2020 compileOnly(" com.velocitypowered:velocity-api:3.4.0-SNAPSHOT" )
2121 compileOnly(" org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT" )
22- compileOnly(" dev.jorel:commandapi-spigot-core:11.1 .0" )
22+ compileOnly(" dev.jorel:commandapi-spigot-core:11.2 .0" )
2323 compileOnly(" org.bstats:bstats-bukkit:3.2.0" )
2424}
2525
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ repositories {
1616dependencies {
1717 implementation(project(" :backends" ))
1818 compileOnly(" org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT" )
19- compileOnly(" dev.jorel:commandapi-spigot-core:11.0 .0" )
19+ compileOnly(" dev.jorel:commandapi-spigot-core:11.2 .0" )
2020 compileOnly(" org.spongepowered:configurate-yaml:4.2.0" )
2121}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ repositories {
1414dependencies {
1515 implementation(project(" :backends" ))
1616 compileOnly(" dev.folia:folia-api:1.21.6-R0.1-SNAPSHOT" )
17- compileOnly(" dev.jorel:commandapi-paper-core:11.0 .0" )
17+ compileOnly(" dev.jorel:commandapi-paper-core:11.2 .0" )
1818 compileOnly(" org.spongepowered:configurate-yaml:4.2.0" )
1919}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ repositories {
1414dependencies {
1515 implementation(project(" :backends" ))
1616 compileOnly(" io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT" )
17- compileOnly(" dev.jorel:commandapi-paper-core:11.0 .0" )
17+ compileOnly(" dev.jorel:commandapi-paper-core:11.2 .0" )
1818 compileOnly(" org.spongepowered:configurate-yaml:4.2.0" )
1919}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414dependencies {
1515 implementation(project(" :backends" ))
1616 compileOnly(" com.velocitypowered:velocity-api:3.4.0-SNAPSHOT" )
17- compileOnly(" dev.jorel:commandapi-velocity-core:11.1 .0" )
17+ compileOnly(" dev.jorel:commandapi-velocity-core:11.2 .0" )
1818
1919 testImplementation(libs.junit.jupiter)
2020 testImplementation(" com.velocitypowered:velocity-api:3.4.0-SNAPSHOT" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929
3030 compileOnly(" org.spongepowered:configurate-yaml:4.2.0" )
3131 compileOnly(" org.spongepowered:configurate-core:4.2.0" )
32- compileOnly(" dev.jorel:commandapi-velocity-core:11.1 .0" )
32+ compileOnly(" dev.jorel:commandapi-velocity-core:11.2 .0" )
3333
3434 compileOnly(" org.bstats:bstats-velocity:3.2.0" )
3535
You can’t perform that action at this time.
0 commit comments