Skip to content

Commit

Permalink
Bump Kotlin version to 1.9.20
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Wang <scaventz@outlook.com>
  • Loading branch information
scaventz committed Nov 10, 2023
1 parent 883683e commit 39988b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -7,7 +7,7 @@ plugins {
// Java support
id("java")
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.8.0"
id("org.jetbrains.kotlin.jvm") version "1.9.20"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.12.0"
// Gradle Changelog Plugin
Expand Down

0 comments on commit 39988b8

Please sign in to comment.