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 48a7505 commit 8bbad56Copy full SHA for 8bbad56
Task-Tracker-Usecases/build.gradle.kts
@@ -73,6 +73,6 @@ dependencies {
73
configurations
74
.filter { it.name.startsWith("ksp") && it.name.contains("Test") }
75
.forEach {
76
- add(it.name, "io.mockative:mockative-processor:1.4.1")
+ add(it.name, "io.mockative:mockative-processor:2.0.1")
77
}
78
0 commit comments