Use versions plugin 0.28.0

This commit is contained in:
ligi 2020-03-16 05:05:31 +01:00
parent 6b32bf5f08
commit 64ab4d08eb
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.27.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0'
}
}