Skip to content

Commit

Permalink
Update mockk version to 1.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Nov 10, 2023
1 parent 68ec03b commit d6d056b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ object Versions {
const val kotlinCompilerExtensionVersion = "1.5.3"
const val kotlinx = "1.7.3"
const val leakCanary = "2.12"
// Make sure the following issue has been fixed before upgrading mockk:
// https://github.com/mockk/mockk/issues/1035
const val mockk = "1.13.3"
const val mockk = "1.13.8"
const val mockWebserver = "4.11.0"
const val turbine = "1.0.0"

Expand Down

0 comments on commit d6d056b

Please sign in to comment.