Skip to content

Commit f9d001b

Browse files
authored
Update dependencies
Bump org.jetbrains.kotlin.jvm from 1.5.0 to 1.5.20
2 parents 2536c78 + 397bb6d commit f9d001b

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)