Upgrade to MockK 1.10.6

Closes gh-25422
This commit is contained in:
Andy Wilkinson 2021-02-25 13:51:43 +00:00
parent 070d3d434c
commit 9af8ad432a
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ bom {
]
}
}
library("MockK", "1.10.0") {
library("MockK", "1.10.6") {
group("io.mockk") {
modules = [
"mockk"