Skip to content

Commit 55e0298

Browse files
chore: bump org.jetbrains.kotlin.jvm from 1.7.22 to 1.8.10
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.22 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.22...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64b7d93 commit 55e0298

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)