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 80bf402 commit 8148b6dCopy full SHA for 8148b6d
gradle/libs.versions.toml
@@ -37,7 +37,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
37
kotlin-test-main = { module = "org.jetbrains.kotlin:kotlin-test" }
38
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
39
ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version = "1.6.0" }
40
-mockk = { module = "io.mockk:mockk", version = "1.14.4" }
+mockk = { module = "io.mockk:mockk", version = "1.14.5" }
41
robolectric = { module = "org.robolectric:robolectric", version = "4.15.1" }
42
43
gradle-android = { module = "com.android.tools.build:gradle", version = "8.11.1" }
0 commit comments