diff --git a/build.gradle.kts b/build.gradle.kts index c8620d0..5fd1b5b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ allprojects { dependencies { // Dependencies that we want to shade in - implementation("com.github.cryptomorin:XSeries:13.7.0") + implementation("com.github.cryptomorin:XSeries:13.7.1") // Other dependencies that are not required or already available at runtime compileOnly("org.jetbrains:annotations:26.1.0")