Skip to content

Commit

Permalink
Update Kotlin to 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Nov 25, 2023
1 parent 70db899 commit 1aedc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.8.22" apply false
kotlin("jvm") version "1.9.10" apply false
id("org.polyfrost.multi-version.root")
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
}
Expand All @@ -8,4 +8,4 @@ preprocess {
"1.12.2-forge"(11202, "srg") {
"1.8.9-forge"(10809, "srg")
}
}
}

0 comments on commit 1aedc80

Please sign in to comment.