Skip to content

Commit

Permalink
Version Increment
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Dec 27, 2024
1 parent 6bfb9ba commit b8155d4
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 @@ -5,7 +5,7 @@ plugins {
}

group = "com.iridium"
version = "2.0.7"
version = "2.0.8"
description = "IridiumCore"

allprojects {
Expand All @@ -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")
Expand Down

0 comments on commit b8155d4

Please sign in to comment.