Skip to content

Commit

Permalink
Update dependency dev.jorel:commandapi-bukkit-shade to v9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 056e466 commit 98d8ad7
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 @@ -21,12 +21,12 @@ dependencies {
compileOnly("com.discordsrv:discordsrv:1.28.1")
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
implementation("commons-io:commons-io:2.16.1")
implementation("dev.jorel:commandapi-bukkit-shade:9.5.3")
implementation("dev.jorel:commandapi-bukkit-shade:9.6.1")
}

tasks.withType<ShadowJar> {
dependencies {
include(dependency("dev.jorel:commandapi-bukkit-shade:9.5.3"))
include(dependency("dev.jorel:commandapi-bukkit-shade:9.6.1"))
include(dependency("org.bstats:bstats-bukkit:3.0.3"))
}

Expand Down

0 comments on commit 98d8ad7

Please sign in to comment.