Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zxj5470 committed Apr 16, 2019
2 parents 78c297b + 12efc2b commit 48bdc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {
java
id("org.jetbrains.intellij") version "0.4.6"
id("org.jetbrains.grammarkit") version "2018.3.1"
kotlin("jvm") version "1.3.20"
kotlin("jvm") version "1.3.30"
}

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

0 comments on commit 48bdc62

Please sign in to comment.