Skip to content

Commit

Permalink
Bump com.nhaarman.mockitokotlin2:mockito-kotlin from 2.2.0 to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Feb 1, 2022
1 parent 0b4cbf9 commit b5e67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uhabits-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
kaptAndroidTest("com.google.dagger:dagger-compiler:$daggerVersion")
testImplementation("com.google.dagger:dagger:$daggerVersion")
testImplementation("junit:junit:4.13.2")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:4.0.0")
}

kapt {
Expand Down

0 comments on commit b5e67ec

Please sign in to comment.