Skip to content

Commit

Permalink
updated xseries
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0inx authored Dec 12, 2023
1 parent 83e04ba commit e685b8c
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 @@ -23,7 +23,7 @@ allprojects {

dependencies {
// Dependencies that we want to shade in
implementation("com.github.cryptomorin:XSeries:9.4.0") { isTransitive = false }
implementation("com.github.cryptomorin:XSeries:9.8.0") { isTransitive = false }

// Other dependencies that are not required or already available at runtime
compileOnly("org.jetbrains:annotations:24.0.1")
Expand Down Expand Up @@ -64,4 +64,4 @@ publishing {
publications.create<MavenPublication>("maven") {
from(components["java"])
}
}
}

0 comments on commit e685b8c

Please sign in to comment.