Skip to content

Commit 66ab7ff

Browse files
authored
Merge pull request #41 from Task-Tracker-Systems/dependabot/gradle/Task-Tracker-Usecases/io.mockative-mockative-processor-2.0.1
Bump io.mockative:mockative-processor from 1.4.1 to 2.0.1 in /Task-Tracker-Usecases
2 parents 5ce6aaa + 8bbad56 commit 66ab7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Task-Tracker-Usecases/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ dependencies {
7373
configurations
7474
.filter { it.name.startsWith("ksp") && it.name.contains("Test") }
7575
.forEach {
76-
add(it.name, "io.mockative:mockative-processor:1.4.1")
76+
add(it.name, "io.mockative:mockative-processor:2.0.1")
7777
}
7878
}

0 commit comments

Comments
 (0)