Skip to content

Commit 08b642e

Browse files
Bump io.mockative:mockative in /Task-Tracker-Usecases
Bumps [io.mockative:mockative](https://github.com/mockative/mockative) from 1.4.1 to 2.0.1. - [Release notes](https://github.com/mockative/mockative/releases) - [Commits](mockative/mockative@v1.4.1...v2.0.1) --- updated-dependencies: - dependency-name: io.mockative:mockative dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66ab7ff commit 08b642e

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
@@ -47,7 +47,7 @@ kotlin {
4747
}
4848
val commonTest by getting {
4949
dependencies {
50-
implementation("io.mockative:mockative:1.4.1")
50+
implementation("io.mockative:mockative:2.0.1")
5151
implementation(kotlin("test"))
5252
}
5353
}

0 commit comments

Comments
 (0)