Skip to content

Commit

Permalink
Update bootstrap to #1.3.70-eap-17
Browse files Browse the repository at this point in the history
  • Loading branch information
romanart committed Dec 19, 2019
1 parent 7887cfd commit e4c06a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -8,7 +8,7 @@ buildscript {
extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT"
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true

kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.70-dev-1806", cacheRedirectorEnabled))
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.3.70-eap-17", cacheRedirectorEnabled))

repositories {
bootstrapKotlinRepo?.let(::maven)
Expand Down

0 comments on commit e4c06a6

Please sign in to comment.