We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6110a90 commit 58013d8Copy full SHA for 58013d8
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id "com.jfrog.bintray" version "1.5"
+ id "com.jfrog.bintray" version "1.7.1"
3
id 'com.github.ben-manes.versions' version '0.13.0'
4
}
5
apply plugin: 'maven'
mockito-kotlin/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
25
/* Tests */
26
testCompile "junit:junit:4.12"
27
- testCompile "com.nhaarman:expect.kt:0.5.1"
+ testCompile "com.nhaarman:expect.kt:0.6.0"
28
29
30
publishing {
0 commit comments