Use versions plugin 0.39.0

This commit is contained in:
ligi 2021-07-02 23:59:11 +02:00
parent 5f8372e69e
commit 84df5eb81f
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.36.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.39.0'
}
}