Use range for Kotlin version

This commit is contained in:
Eleftheria Stein 2020-03-06 14:32:26 -05:00
parent b2ea0ba775
commit 9128dded7e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (!project.hasProperty("springDataVersion")) {
ext.springDataVersion = "Moore-SR+"
}
if (!project.hasProperty("kotlinVersion")) {
ext.kotlinVersion = "1.3.70"
ext.kotlinVersion = "1.+"
}
if (!project.hasProperty("locksDisabled")) {
dependencyLocking {