Skip to content

Commit 58013d8

Browse files
committed
Update dependencies
1 parent 6110a90 commit 58013d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.jfrog.bintray" version "1.5"
2+
id "com.jfrog.bintray" version "1.7.1"
33
id 'com.github.ben-manes.versions' version '0.13.0'
44
}
55
apply plugin: 'maven'

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
/* Tests */
2626
testCompile "junit:junit:4.12"
27-
testCompile "com.nhaarman:expect.kt:0.5.1"
27+
testCompile "com.nhaarman:expect.kt:0.6.0"
2828
}
2929

3030
publishing {

0 commit comments

Comments
 (0)