Skip to content

Commit

Permalink
Merge pull request #215 from Kotlin-Android-Open-Source/renovate/all-…
Browse files Browse the repository at this point in the history
…deps

fix(deps): update dependency io.mockk:mockk to v1.13.10
  • Loading branch information
hoc081098 authored Feb 29, 2024
2 parents 6a34e17 + 9066f3d commit e42fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ object deps {
}
}

const val mockk = "io.mockk:mockk:1.13.9"
const val mockk = "io.mockk:mockk:1.13.10"
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
}
}
Expand Down

0 comments on commit e42fa3b

Please sign in to comment.