Skip to content

Commit

Permalink
build: upgrade Kotlin to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdm2883 committed Jan 3, 2025
1 parent 604de2f commit 6974ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.1.0"
id("com.gradleup.shadow") version "8.3.0"
}

Expand All @@ -16,6 +16,7 @@ repositories {
}

dependencies {
@Suppress("VulnerableLibrariesLocal", "RedundantSuppression")
compileOnly(group = "org.allaymc.allay", name = "api", version = "master-SNAPSHOT")
}

Expand Down

0 comments on commit 6974ea9

Please sign in to comment.