Update bootstrap to 1.3.70-dev-1070

This commit is contained in:
Alexander Udalov
2019-10-29 19:36:25 +01:00
parent 9c8e8651be
commit 544b402d06
+1 -1
View File
@@ -8,7 +8,7 @@ buildscript {
extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT"
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.60-dev-770", cacheRedirectorEnabled))
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.70-dev-1070", cacheRedirectorEnabled))
repositories {
bootstrapKotlinRepo?.let(::maven)