Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSzabo committed Jan 13, 2025
1 parent f2ef736 commit 88e66f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = "gg.auroramc"
version = "1.5.0"
version = "1.5.1"

java.sourceCompatibility = JavaVersion.VERSION_21
java.targetCompatibility = JavaVersion.VERSION_21
Expand All @@ -40,8 +40,8 @@ repositories {

dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")
compileOnly("gg.auroramc:Aurora:2.0.5")
compileOnly("gg.auroramc:AuroraLevels:1.6.0")
compileOnly("gg.auroramc:Aurora:2.1.2")
compileOnly("gg.auroramc:AuroraLevels:1.6.2")
compileOnly("net.luckperms:api:5.4")
compileOnly("dev.aurelium:auraskills-api-bukkit:2.0.7")
compileOnly("io.lumine:Mythic-Dist:5.6.1")
Expand All @@ -51,7 +51,7 @@ dependencies {
compileOnly("net.Indyuce:MMOItems-API:6.10-SNAPSHOT")
compileOnly("io.th0rgal:oraxen:2.0-SNAPSHOT")
compileOnly("com.sarry20:TopMinion:2.4.3")
compileOnly("org.me.leo_s:BeeMinions:3.0.5-BETA")
compileOnly("org.me.leo_s:BeeMinions:3.0.6-BETA")
compileOnly("com.nexomc:nexo:0.1.0-dev.0")

implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT")
Expand Down

0 comments on commit 88e66f1

Please sign in to comment.