Skip to content

Commit 1b9ac59

Browse files
Bump org.jetbrains.kotlin.jvm from 1.6.20 to 1.6.21
Bumps org.jetbrains.kotlin.jvm from 1.6.20 to 1.6.21. --- 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 f3a11c3 commit 1b9ac59

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.6.20"
11+
id("org.jetbrains.kotlin.jvm") version "1.6.21"
1212
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
1313
id("org.jetbrains.intellij") version "1.5.3"
1414
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin

0 commit comments

Comments
 (0)