Skip to content

Commit 9d8ad77

Browse files
Update plugin org.jetbrains.kotlin.jvm to v2.3.0 (#284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c0c061 commit 9d8ad77

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 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
plugins {
55
application
66
id("com.google.devtools.ksp") version "2.3.3"
7-
kotlin("jvm") version "2.2.21"
7+
kotlin("jvm") version "2.3.0"
88
}
99

1010
application {

0 commit comments

Comments
 (0)