Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
failed to reproduce a hanging build https://github.com/picortex/bitfr…
  • Loading branch information
andylamax committed Oct 8, 2021
commit 0d8197478090ebbe1d85c7a2d0028537a9fc30d3
2 changes: 1 addition & 1 deletion bitframe-authentication/services/ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kotlin {

val jvmTest by getting {
dependencies {
implementation(project(":pi-monitor-test-containers"))
implementation(project(":pi-monitor-test-testing"))
}
}

Expand Down
2 changes: 1 addition & 1 deletion bitframe-client/sdks/ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kotlin {

val jvmTest by getting {
dependencies {
implementation(project(":pi-monitor-test-containers"))
implementation(project(":pi-monitor-test-testing"))
implementation(asoft("expect-coroutines", vers.asoft.expect))
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ includeSubs(base = "pi-monitor-client-sdk", path = "pi-monitor/pi-monitor-client

includeSubs(base = "pi-monitor-client", path = "pi-monitor/pi-monitor-client", "test")

includeSubs(base = "pi-monitor-test", path = "pi-monitor/pi-monitor-test", "containers", "testing")
includeSubs(base = "pi-monitor-test", path = "pi-monitor/pi-monitor-test", "testing")

includeSubs(base = "pi-monitor-client-browser", path = "pi-monitor/pi-monitor-client/browser", "react")