Advance bootstrap version to 1.3.60-dev-770

Follow-up of KT-33157.
 This is needed to have proper signatures in stdlib afte the fix (80acc56c10)
This commit is contained in:
Mikhail Zarechenskiy
2019-08-07 03:36:55 +03:00
parent 9f0991f0aa
commit e09ae645b3
+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.60-dev-607", onlySuccessBootstrap = false))
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.60-dev-770", onlySuccessBootstrap = false))
repositories {
bootstrapKotlinRepo?.let(::maven)