Skip to content

Commit

Permalink
Update dependency io.mockative:mockative-processor to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent c2e574e commit 1bda5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tila-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
configurations
.filter { it.name.startsWith("ksp") && it.name.contains("Test") }
.forEach {
add(it.name, "io.mockative:mockative-processor:2.2.0")
add(it.name, "io.mockative:mockative-processor:2.2.1")
}
}

Expand Down

0 comments on commit 1bda5f9

Please sign in to comment.