srctree

Robin Linden parent 9c0285b4 232294a8
Update mockk to get fix for it depending on jcenter things

inlinesplit
buildSrc/src/main/kotlin/Dependencies.kt added: 2, removed: 4, total 0
@@ -129,7 +129,5 @@ object Tox4j {
 
object Test {
const val junit = "junit:junit:4.13.2"
// Leaving mockk at 1.10.0 due to weird commits and no changelogs after that point.
// TODO(robinlinden): Different mocking library.
const val mockk = "io.mockk:mockk-android:1.10.0"
const val mockk = "io.mockk:mockk-android:1.11.0"
}