Skip to content

Commit

Permalink
Bump mockk from 1.10.6 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [mockk](https://github.com/mockk/mockk) from 1.10.6 to 1.11.0.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.10.6...1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dcampogiani committed Mar 17, 2021
1 parent 597b442 commit 1598012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kotlin {
dependencies {
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
implementation("io.mockk:mockk:1.10.6")
implementation("io.mockk:mockk:1.11.0")

}
}
Expand Down

0 comments on commit 1598012

Please sign in to comment.