From b8155d476c052c5666e46031913de427954f6d17 Mon Sep 17 00:00:00 2001 From: Peaches_MLG Date: Fri, 27 Dec 2024 18:51:55 +0000 Subject: [PATCH] Version Increment --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 16e1a998..f251ba7c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.iridium" -version = "2.0.7" +version = "2.0.8" description = "IridiumCore" allprojects { @@ -25,7 +25,7 @@ allprojects { dependencies { // Dependencies that we want to shade in - implementation("com.github.cryptomorin:XSeries:11.3.0") + implementation("com.github.cryptomorin:XSeries:12.1.0") // Other dependencies that are not required or already available at runtime compileOnly("org.jetbrains:annotations:25.0.0")