Skip to content

Commit

Permalink
unbreak ctng
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jun 4, 2024
1 parent f6750cf commit 0948850
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libraries/apollo-http-cache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies {
implementation(libs.moshi)
implementation(libs.kotlinx.datetime)

testImplementation(libs.apollo.testingsupport)
testImplementation(libs.apollo.mockserver)
testImplementation(libs.kotlin.test.junit)
testImplementation(libs.truth)
Expand Down
1 change: 0 additions & 1 deletion libraries/apollo-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ kotlin {
}

fun KotlinDependencyHandler.commonTestDependencies() {
implementation(libs.apollo.testingsupport)
implementation(libs.apollo.mockserver)
implementation(libs.turbine)
implementation(project(":apollo-testing-support")) {
Expand Down

0 comments on commit 0948850

Please sign in to comment.