Skip to content

Commit

Permalink
Merge pull request #33 from neokoni/patch-1
Browse files Browse the repository at this point in the history
dep: upgrade CommandAPI Ver to support 1.21.1
  • Loading branch information
CerealAxis authored Aug 17, 2024
2 parents 4fbee12 + 59f072c commit 96df519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
group = "cn.xor7"
version = "1.3.1"

val commandAPIVer = "9.5.1"
val commandAPIVer = "9.5.3"

repositories {
mavenLocal()
Expand Down Expand Up @@ -80,4 +80,4 @@ tasks.withType<ShadowJar> {

kotlin {
jvmToolchain(21)
}
}

0 comments on commit 96df519

Please sign in to comment.