Skip to content

Commit e549d8d

Browse files
committed
Update Mockito dependency to 2.1.0
1 parent 0886485 commit e549d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2222
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
23-
compile "org.mockito:mockito-core:2.1.0-RC.2"
23+
compile "org.mockito:mockito-core:2.1.0"
2424

2525
/* Tests */
2626
testCompile "junit:junit:4.12"

0 commit comments

Comments
 (0)