Skip to content

Commit

Permalink
chore: update ascend to 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFruxz committed May 24, 2024
1 parent fcdcd61 commit 4a88697
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "2.0.0"
kotlin("plugin.serialization") version "2.0.0"
Expand All @@ -21,7 +19,7 @@ dependencies {

testImplementation(kotlin("test"))

implementation("dev.fruxz:ascend:2024.1.2")
implementation("dev.fruxz:ascend:2024.2")

implementation("net.kyori:adventure-api:4.17.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.17.0")
Expand Down Expand Up @@ -73,7 +71,6 @@ publishing {
}

from(components["kotlin"])

}

}
Expand Down

0 comments on commit 4a88697

Please sign in to comment.