Skip to content

Commit

Permalink
Remove snapshot label and update iridiumcore to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boiscljo committed Mar 24, 2023
1 parent 60e5592 commit 68d45e7
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 = "3.2.11-SNAPSHOT"
version = "3.2.11"
description = "IridiumSkyblock"

repositories {
Expand All @@ -27,7 +27,7 @@ repositories {
dependencies {
// Dependencies that we want to shade in
implementation("org.jetbrains:annotations:23.0.0")
implementation("com.iridium:IridiumCore:1.6.8")
implementation("com.iridium:IridiumCore:1.6.9")
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation("com.github.Redempt:Crunch:1.0")
implementation("com.j256.ormlite:ormlite-core:6.1")
Expand Down

0 comments on commit 68d45e7

Please sign in to comment.