Skip to content

Commit

Permalink
build: update Box API to 6.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Oct 31, 2024
1 parent 648e38e commit 111339b
Showing 1 changed file 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 @@ -18,9 +18,9 @@ repositories {
dependencies {
paperweight.paperDevBundle("$mcVersion-R0.1-SNAPSHOT")

compileOnly("net.okocraft.box:box-api:6.0.0-rc.1")
compileOnly("net.okocraft.box:box-gui-feature:6.0.0-rc.1")
compileOnly("net.okocraft.box:box-stick-feature:6.0.0-rc.1")
compileOnly("net.okocraft.box:box-api:6.0.0-rc.2")
compileOnly("net.okocraft.box:box-gui-feature:6.0.0-rc.2")
compileOnly("net.okocraft.box:box-stick-feature:6.0.0-rc.2")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testRuntimeOnly("io.papermc.paper:paper-api:$mcVersion-R0.1-SNAPSHOT")
Expand Down

0 comments on commit 111339b

Please sign in to comment.