Skip to content

Commit

Permalink
Bump IridiumCore
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Jun 10, 2024
1 parent 2033823 commit a8f2ce2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ plugins {
}

group = "com.iridium"
version = "2.4.9"
version = "2.5.0"
description = "IridiumTeams"

repositories {
mavenCentral()
mavenLocal()
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://ci.ender.zone/plugin/repository/everything/")
Expand All @@ -20,15 +22,14 @@ repositories {
maven("https://repo.bg-software.com/repository/api/")
maven("https://repo.essentialsx.net/releases/")
maven("https://moyskleytech.com/debian/m2")
mavenCentral()
}

dependencies {
// Dependencies that we want to shade in
implementation("org.jetbrains:annotations:24.1.0")
implementation("com.j256.ormlite:ormlite-core:6.1")
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
implementation("com.iridium:IridiumCore:1.9.9")
implementation("com.iridium:IridiumCore:1.2.0")

// Other dependencies that are not required or already available at runtime
compileOnly("org.projectlombok:lombok:1.18.32")
Expand Down

0 comments on commit a8f2ce2

Please sign in to comment.