Skip to content

Commit e42fa3b

Browse files
authored
Merge pull request #215 from Kotlin-Android-Open-Source/renovate/all-deps
fix(deps): update dependency io.mockk:mockk to v1.13.10
2 parents 6a34e17 + 9066f3d commit e42fa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object deps {
9090
}
9191
}
9292

93-
const val mockk = "io.mockk:mockk:1.13.9"
93+
const val mockk = "io.mockk:mockk:1.13.10"
9494
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
9595
}
9696
}

0 commit comments

Comments
 (0)