Use versions plugin 0.22.0

This commit is contained in:
ligi 2019-08-12 15:19:37 +02:00
parent ee64095fb9
commit 7aaf2a818d
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.21.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.22.0'
}
}