Skip to content

Commit

Permalink
Use Kotlin 1.9.22 to match latest EAP
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Feb 9, 2024
1 parent e68a48a commit 1f6801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import org.jlleitschuh.gradle.ktlint.tasks.BaseKtLintCheckTask
import org.jlleitschuh.gradle.ktlint.tasks.KtLintFormatTask

plugins {
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
java
mcdev
groovy
Expand Down

0 comments on commit 1f6801a

Please sign in to comment.