Skip to content

Commit

Permalink
Update dependency dev.notmyfault.serverlib:ServerLib to v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 9d5dae6 commit 988fc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tasks.named<ShadowJar>("shadowJar") {
include(dependency("net.lingala.zip4j:zip4j"))
}
relocate("org.incendo.serverlib", "com.arcaniax.gobrush.serverlib") {
include(dependency("dev.notmyfault.serverlib:ServerLib:2.3.4"))
include(dependency("dev.notmyfault.serverlib:ServerLib:2.3.6"))
}
relocate("org.bstats", "com.arcaniax.gobrush.metrics") {
include(dependency("org.bstats:bstats-base"))
Expand Down

0 comments on commit 988fc6e

Please sign in to comment.