Skip to content

Commit

Permalink
Use new Kotlin coroutines bom
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Aug 30, 2019
1 parent c827a7f commit 8ac83d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ext {
versions = [
aws : "1.11.602",
bouncycastle : "1.61",
coroutines : "1.2.2",
groovy : "2.5.7", //this needs to keep in sync with the version from boot... if we could get rid of groovy-all we'd no longer need this
hystrix : "1.4.21",
jsch : "0.0.9",
Expand All @@ -48,6 +47,7 @@ dependencies {
* For example, `junit-bom` and `jackson-bom` will win out over the versions of JUnit and Jackson
* specified by `spring-boot-dependencies`.
*/
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.0"))
api(platform("org.jetbrains.kotlin:kotlin-bom:1.3.50"))
api(platform("org.junit:junit-bom:5.5.1"))
api(platform("com.fasterxml.jackson:jackson-bom:2.9.9"))
Expand Down Expand Up @@ -128,9 +128,6 @@ dependencies {
api("org.bouncycastle:bcprov-jdk15on:${versions.bouncycastle}")
api("org.codehaus.groovy:groovy-all:${versions.groovy}")
api("org.funktionale:funktionale-partials:1.2")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${versions.coroutines}")
api("org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:${versions.coroutines}")
api("org.jetbrains.kotlinx:kotlinx-coroutines-test:${versions.coroutines}")
api("org.jetbrains.spek:spek-api:${versions.spek}")
api("org.jetbrains.spek:spek-junit-platform-engine:${versions.spek}")
api("org.jetbrains.spek:spek-junit-platform-runner:${versions.spek}")
Expand Down

0 comments on commit 8ac83d1

Please sign in to comment.