Skip to content

Commit 9066f3d

Browse files
fix(deps): update dependency io.mockk:mockk to v1.13.10
| datasource | package | from | to | | ---------- | -------------- | ------ | ------- | | maven | io.mockk:mockk | 1.13.9 | 1.13.10 |
1 parent 6a34e17 commit 9066f3d

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)