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 47424f2 commit 8a95098Copy full SHA for 8a95098
.gitignore
@@ -7,3 +7,4 @@ out/
7
*.iml
8
9
.idea/
10
+!/.idea/codeStyleSettings.xml
mockito-kotlin/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
30
/* Tests */
31
testCompile "junit:junit:4.12"
32
- testCompile "com.nhaarman:expect.kt:0.6.2"
+ testCompile "com.nhaarman:expect.kt:1.0.0"
33
}
34
35
dokka {
0 commit comments