Use build-plugin 0.27.0

This commit is contained in:
ligi 2019-10-18 15:13:49 +09:00
parent 625f706653
commit b31f214341
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.26.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
}
}