Skip to content

Commit

Permalink
Update dependency com.github.cryptomorin:XSeries to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 7317c1c commit ee3a8eb
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.1.0")
implementation("org.bstats:bstats-base:3.1.0")
implementation("com.github.cryptomorin:XSeries:11.3.0")
implementation("com.github.cryptomorin:XSeries:12.1.0")
implementation("dev.notmyfault.serverlib:ServerLib:2.3.6")
implementation("io.papermc:paperlib:1.0.8")
compileOnly("org.apache.logging.log4j:log4j-api:2.24.2")
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.3.0"))
include(dependency("com.github.cryptomorin:XSeries:12.1.0"))
}
relocate("org.bstats", "net.arcaniax.buildersutilities.metrics") {
include(dependency("org.bstats:bstats-base:3.1.0"))
Expand Down

0 comments on commit ee3a8eb

Please # to comment.