We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70af12a commit 02f45ceCopy full SHA for 02f45ce
instrumentation/failsafe-3.0/testing/build.gradle.kts
@@ -5,5 +5,5 @@ plugins {
5
dependencies {
6
api(project(":testing-common"))
7
8
- compileOnly("dev.failsafe:failsafe:3.0.1")
+ implementation("dev.failsafe:failsafe:3.0.1")
9
}
0 commit comments