Use versions plugin 0.26.0

This commit is contained in:
ligi 2019-10-12 12:41:12 +09:00
parent 927347dd5f
commit 19d3192c11
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.22.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.26.0'
}
}