Advance bootstrap to 1.3.60-dev-607

This commit is contained in:
Ilya Gorbunov
2019-07-29 19:04:48 +03:00
parent 103e16c40f
commit b2753a22a2
+1 -1
View File
@@ -9,7 +9,7 @@ buildscript {
extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT"
// when updating please also update JPS artifacts configuration: https://jetbrains.quip.com/zzGUAYSJ6gv3/JPS-Build-update-bootstrap
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.50-dev-526", onlySuccessBootstrap = false))
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.60-dev-607", onlySuccessBootstrap = false))
repositories {
bootstrapKotlinRepo?.let(::maven)