Skip to content

Commit

Permalink
Update Mockito to 2.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Nov 15, 2016
1 parent e6f6d2c commit c974db0
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 @@ -26,7 +26,7 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile "org.mockito:mockito-core:2.2.15"
compile "org.mockito:mockito-core:2.2.17"

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

0 comments on commit c974db0

Please sign in to comment.