Skip to content

Commit

Permalink
Update Mockito to 2.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Nov 12, 2016
1 parent 5f12032 commit a831657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test.dependsOn testInlineMockito
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile "org.mockito:mockito-core:2.2.9"
compile "org.mockito:mockito-core:2.2.15"

/* Tests */
testCompile "junit:junit:4.12"
Expand Down

0 comments on commit a831657

Please sign in to comment.