Skip to content

Commit 48bdc62

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 78c297b + 12efc2b commit 48bdc62

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)