Skip to content

Commit

Permalink
chore(build): get the version of arrow from spinnaker-dependencies (s…
Browse files Browse the repository at this point in the history
…pinnaker#4154)

instead of hard-coding it here
  • Loading branch information
dbyron-sf authored Jul 28, 2021
1 parent bdfddcc commit bcf1186
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keiko-redis/keiko-redis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api("redis.clients:jedis")
api "com.fasterxml.jackson.core:jackson-databind"
api "com.fasterxml.jackson.module:jackson-module-kotlin"
api "io.arrow-kt:arrow-core:0.13.2"
api "io.arrow-kt:arrow-core"
api "com.github.ben-manes.caffeine:guava"

testImplementation project(":keiko-tck")
Expand Down
2 changes: 1 addition & 1 deletion keiko-sql/keiko-sql.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api project(":keiko-core")
api "com.fasterxml.jackson.core:jackson-databind"
api "com.fasterxml.jackson.module:jackson-module-kotlin"
api "io.arrow-kt:arrow-core:0.13.2"
api "io.arrow-kt:arrow-core"
api "com.github.ben-manes.caffeine:guava"

implementation "io.spinnaker.kork:kork-core"
Expand Down
2 changes: 1 addition & 1 deletion orca-queue/orca-queue.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation project(":keiko-spring")
implementation project(":keiko-core")
implementation("org.threeten:threeten-extra")
implementation("io.arrow-kt:arrow-core:0.13.2")
implementation("io.arrow-kt:arrow-core")
implementation("org.springframework:spring-web")
implementation("net.logstash.logback:logstash-logback-encoder")
implementation("javax.ws.rs:jsr311-api:1.1.1")
Expand Down
2 changes: 1 addition & 1 deletion orca-test-kotlin/orca-test-kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply from: "$rootDir/gradle/kotlin.gradle"
dependencies {
api(project(":orca-api-tck"))
implementation(project(":orca-core"))
implementation("io.arrow-kt:arrow-core:0.13.2")
implementation("io.arrow-kt:arrow-core")
implementation("org.jetbrains.spek:spek-api")
implementation("org.assertj:assertj-core")
}

0 comments on commit bcf1186

Please sign in to comment.