1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update to Kotlin 1.3.70

Fixes gh-8064
This commit is contained in:
Josh Cummings
2020-03-04 09:22:56 -07:00
parent e36fbfa8a7
commit 68a4621b1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if (!project.hasProperty("springDataVersion")) {
ext.springDataVersion = "Moore-SR+"
}
if (!project.hasProperty("kotlinVersion")) {
ext.kotlinVersion = "1.3.61"
ext.kotlinVersion = "1.3.70"
}
if (!project.hasProperty("locksDisabled")) {
dependencyLocking {