Skip to content

Commit

Permalink
deps: upgrade Matrix & CommandAPI ver
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealAxis committed Dec 30, 2024
1 parent 452134f commit c36acbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2"

val commandAPIVer = "9.5.3"
val commandAPIVer = "9.7.0"

repositories {
mavenLocal()
Expand All @@ -29,13 +29,13 @@ repositories {
dependencies {
//anticheat dependencies
compileOnly(files("libs/ThemisAPI_0.15.3.jar"))
compileOnly(files("libs/Matrix_7.9.6A.jar"))
compileOnly(files("libs/Matrix_7.12.4.jar"))
compileOnly(files("libs/VulcanAPI.jar"))
implementation("com.github.MWHunter:GrimAPI:9f5aaef74b")
compileOnly("com.github.Elikill58:Negativity:2.7.1")
//other dependencies
implementation("com.moandjiezana.toml:toml4j:0.7.2")
compileOnly("org.leavesmc.leaves:leaves-api:1.21-R0.1-SNAPSHOT")
compileOnly("org.leavesmc.leaves:leaves-api:1.21.3-R0.1-SNAPSHOT")
implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:${commandAPIVer}")
implementation("dev.jorel:commandapi-bukkit-kotlin:${commandAPIVer}")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
Expand Down
Binary file renamed libs/Matrix_7.9.6A.jar → libs/Matrix_7.12.4.jar
Binary file not shown.

0 comments on commit c36acbc

Please sign in to comment.