Skip to content

Commit

Permalink
Update dependency io.mockk:mockk to v1.13.1 (#806)
Browse files Browse the repository at this point in the history
* Update dependency io.mockk:mockk to v1.13.1

* Use the correct mockk platform variant

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maxr1998 <[email protected]>
  • Loading branch information
renovate[bot] and Maxr1998 authored Sep 24, 2022
1 parent f0d7238 commit cd92894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ redscreenofdeath = "0.1.3"
# Testing
junit = "5.9.1"
kotest = "5.4.2"
mockk = "1.12.8"
mockk = "1.13.1"
androidx-test-runner = "1.4.0"
androidx-test-espresso = "3.4.0"

Expand Down Expand Up @@ -141,7 +141,7 @@ junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", ver
kotest-runner = { group = "io.kotest", name = "kotest-runner-junit5-jvm", version.ref = "kotest" }
kotest-assertions = { group = "io.kotest", name = "kotest-assertions-core-jvm", version.ref = "kotest" }
kotest-property = { group = "io.kotest", name = "kotest-property-jvm", version.ref = "kotest" }
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
mockk = { group = "io.mockk", name = "mockk-android", version.ref = "mockk" }
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidx-test-runner" }
androidx-test-espresso = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-test-espresso" }

Expand Down

0 comments on commit cd92894

Please sign in to comment.