Skip to content

Commit

Permalink
Roll back to 2.0.15 because of spekframework/spek#964
Browse files Browse the repository at this point in the history
  • Loading branch information
JBassett committed Jul 26, 2021
1 parent d5c92c3 commit 16d9347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dependencies {
implementation("androidx.webkit:webkit:1.4.0")

testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.8")
testImplementation("org.spekframework.spek2:spek-runner-junit5:2.0.16")
testImplementation("org.spekframework.spek2:spek-runner-junit5:2.0.15")
testImplementation("org.assertj:assertj-core:3.13.2")
testImplementation("io.mockk:mockk:1.12.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1")
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

testImplementation("com.squareup.okhttp3:mockwebserver:4.9.1")
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.8")
testImplementation("org.spekframework.spek2:spek-runner-junit5:2.0.16")
testImplementation("org.spekframework.spek2:spek-runner-junit5:2.0.15")
testImplementation("org.assertj:assertj-core:3.13.2")
testImplementation("io.mockk:mockk:1.12.0")
}

0 comments on commit 16d9347

Please sign in to comment.