We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31666c2 commit ae52e45Copy full SHA for ae52e45
buildSrc/src/main/kotlin/deps.kt
@@ -90,7 +90,7 @@ object deps {
90
}
91
92
93
- const val mockk = "io.mockk:mockk:1.13.12"
+ const val mockk = "io.mockk:mockk:1.13.13"
94
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
95
96
gradle/versions.toml
@@ -17,7 +17,7 @@ junit = "4.13.2"
17
androidx-test-core = "1.6.1"
18
androidx-test-junit = "1.2.1"
19
espresso-core = "3.6.1"
20
-mockk = "1.13.12"
+mockk = "1.13.13"
21
22
[libraries]
23
androidx-app-compat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-app-compat" }
0 commit comments