diff --git a/.idea/artifacts/dist.xml b/.idea/artifacts/dist.xml index 91152540435..2db8dc870f8 100644 --- a/.idea/artifacts/dist.xml +++ b/.idea/artifacts/dist.xml @@ -8,16 +8,16 @@ - + - - + + - + - + diff --git a/.idea/artifacts/kotlin_compiler_jar.xml b/.idea/artifacts/kotlin_compiler_jar.xml index 8276a929d16..35627cb388d 100644 --- a/.idea/artifacts/kotlin_compiler_jar.xml +++ b/.idea/artifacts/kotlin_compiler_jar.xml @@ -8,7 +8,7 @@ - + diff --git a/.idea/artifacts/kotlinc.xml b/.idea/artifacts/kotlinc.xml index ddf2287bdf6..518a3618323 100644 --- a/.idea/artifacts/kotlinc.xml +++ b/.idea/artifacts/kotlinc.xml @@ -226,14 +226,14 @@ - - - - - - - - + + + + + + + + diff --git a/build.gradle.kts b/build.gradle.kts index 2af59c8490a..b656db9f336 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,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.40-dev-2251", onlySuccessBootstrap = false)) + kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.50-dev-2", onlySuccessBootstrap = false)) repositories.withRedirector(project) { bootstrapKotlinRepo?.let(::maven)