Skip to content

Commit ef118c9

Browse files
committed
bump commandapi to version 11.2.0 for 26.1 and 26.2 support
1 parent 8d1e5c4 commit ef118c9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

backends/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

backends/bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ repositories {
1616
dependencies {
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
}

backends/folia/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ repositories {
1414
dependencies {
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
}

backends/paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ repositories {
1414
dependencies {
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
}

backends/velocity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
dependencies {
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")

velocity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)