Skip to content

Commit 397bb6d

Browse files
Bump org.jetbrains.kotlin.jvm from 1.5.0 to 1.5.20
Bumps org.jetbrains.kotlin.jvm from 1.5.0 to 1.5.20. --- 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 2536c78 commit 397bb6d

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
@@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
66

77
plugins {
88
id("java")
9-
id("org.jetbrains.kotlin.jvm") version "1.5.0"
9+
id("org.jetbrains.kotlin.jvm") version "1.5.20"
1010
id("org.jetbrains.intellij") version "0.7.3"
1111
id("org.jetbrains.changelog") version "1.1.2"
1212
id("io.gitlab.arturbosch.detekt") version "1.16.0"

0 commit comments

Comments
 (0)