Skip to content

Commit 941727d

Browse files
authored
Merge pull request #161 from coder/dependabot/gradle/main/org.jetbrains.kotlin.jvm-1.8.10
chore: bump org.jetbrains.kotlin.jvm from 1.7.22 to 1.8.10
2 parents 38bfbdc + 55e0298 commit 941727d

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
@@ -9,7 +9,7 @@ plugins {
99
// Groovy support
1010
id("groovy")
1111
// Kotlin support
12-
id("org.jetbrains.kotlin.jvm") version "1.7.22"
12+
id("org.jetbrains.kotlin.jvm") version "1.8.10"
1313
// Gradle IntelliJ Plugin
1414
id("org.jetbrains.intellij") version "1.10.1"
1515
// Gradle Changelog Plugin

0 commit comments

Comments
 (0)