Skip to content

Commit

Permalink
fix: edit mockk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaizen-7 committed Jan 11, 2022
1 parent 4dd0ae7 commit 25e1687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Deps {
const val tools_kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}"
const val desugar_jdk_libs = "com.android.tools:desugar_jdk_libs:${Versions.desugar_jdk_libs}"
const val test_junit = "junit:junit:${Versions.junit}"
const val test_mockk = "io.mockk:mockk:${Versions.mockk}"
const val test_mockk = "io.mockk:mockk-android:${Versions.mockk}"


const val kotlinx_coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-android:${Versions.kotlinx_coroutines}"
Expand Down

0 comments on commit 25e1687

Please sign in to comment.