Skip to content

Commit 1e44c33

Browse files
Bump org.jetbrains.kotlin.jvm from 1.8.10 to 1.8.20
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c760edf commit 1e44c33

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
@@ -8,7 +8,7 @@ plugins {
88
// Java support
99
id("java")
1010
// Kotlin support
11-
id("org.jetbrains.kotlin.jvm") version "1.8.10"
11+
id("org.jetbrains.kotlin.jvm") version "1.8.20"
1212
// Gradle IntelliJ Plugin
1313
id("org.jetbrains.intellij") version "1.13.3"
1414
// Gradle Changelog Plugin

0 commit comments

Comments
 (0)