Skip to content

Commit

Permalink
chore: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Nov 26, 2024
1 parent 88d30e5 commit 975e4c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ dependencies {
compileOnly("com.github.Slimefun:Slimefun4:d12ae8580b")
compileOnly("net.guizhanss:SlimefunTranslation:e03b01a7b7")
compileOnly("com.github.schntgaispock:SlimeHUD:1.3.0")
implementation("net.byteflux:libby-bukkit:1.3.1")
implementation("net.byteflux:libby-core:1.3.1")
implementation("net.guizhanss:guizhanlib-all:2.1.0")
implementation("org.bstats:bstats-bukkit:3.1.0")
implementation("it.unimi.dsi:fastutil:8.5.15")
implementation("io.github.seggan:sf4k:0.8.0") {
exclude(group = "org.jetbrains.kotlin")
exclude(group = "com.github.Slimefun")
Expand Down Expand Up @@ -68,7 +69,7 @@ tasks.shadowJar {
doRelocate("org.bstats")
doRelocate("io.github.seggan.sf4k")
doRelocate("io.papermc.lib", "paperlib")
doRelocate("kotlinx.serialization")
doRelocate("it.unimi.dsi.fastutil")
minimize()
archiveClassifier = ""
}
Expand Down

0 comments on commit 975e4c8

Please sign in to comment.