Skip to content

Commit 12efc2b

Browse files
committed
[ kt ] Update to Kotlin 1.3.30
1 parent 1beb583 commit 12efc2b

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
@@ -31,7 +31,7 @@ plugins {
3131
java
3232
id("org.jetbrains.intellij") version "0.4.6"
3333
id("org.jetbrains.grammarkit") version "2018.3.1"
34-
kotlin("jvm") version "1.3.20"
34+
kotlin("jvm") version "1.3.30"
3535
}
3636

3737
fun fromToolbox(path: String) = file(path).listFiles().orEmpty().filter { it.isDirectory }.maxBy {

0 commit comments

Comments
 (0)