Skip to content

Commit c6337fc

Browse files
Update plugin org.jetbrains.kotlin.jvm to v1.9.10 (#492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d575cff commit c6337fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
// Java support
55
id("java")
66
// Kotlin support
7-
id("org.jetbrains.kotlin.jvm") version "1.9.0"
7+
id("org.jetbrains.kotlin.jvm") version "1.9.10"
88
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
99
id("org.jetbrains.intellij") version "1.13.3"
1010
}

0 commit comments

Comments
 (0)