From e09ae645b3d3ff6db3ba98e0743fe26c837d1850 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Wed, 7 Aug 2019 03:36:55 +0300 Subject: [PATCH] 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 (80acc56c104fda0a2dfbbc1708dd15eab4a7803e) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b716335c392..c778046efb8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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)