Skip to content

Commit

Permalink
Update dependency com.github.cryptomorin:XSeries to v11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2024
1 parent 7f08fc5 commit da4a5b4
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 @@ -42,7 +42,7 @@ dependencies {
compileOnly("com.mojang:authlib:1.5.25")
implementation("org.bstats:bstats-bukkit:3.0.3")
implementation("org.bstats:bstats-base:3.0.3")
implementation("com.github.cryptomorin:XSeries:11.2.1")
implementation("com.github.cryptomorin:XSeries:11.3.0")
implementation("dev.notmyfault.serverlib:ServerLib:2.3.6")
implementation("io.papermc:paperlib:1.0.8")
compileOnly("org.apache.logging.log4j:log4j-api:2.23.1")
Expand All @@ -67,7 +67,7 @@ tasks.named<ShadowJar>("shadowJar") {
archiveClassifier.set(null as String?)
dependencies {
relocate("com.cryptomorin.xseries", "net.arcaniax.buildersutilities.xseries") {
include(dependency("com.github.cryptomorin:XSeries:11.2.1"))
include(dependency("com.github.cryptomorin:XSeries:11.3.0"))
}
relocate("org.bstats", "net.arcaniax.buildersutilities.metrics") {
include(dependency("org.bstats:bstats-base:3.0.3"))
Expand Down

0 comments on commit da4a5b4

Please # to comment.