Replace Sone builder factory interface with Kotlin version
[Sone.git] / build.gradle
index 3df60e9..453a262 100644 (file)
@@ -1,5 +1,5 @@
 group = 'net.pterodactylus'
-version = '0.9.6'
+version = '0.9.7'
 
 buildscript {
     ext.kotlinVersion = '1.1.51'
@@ -54,7 +54,7 @@ dependencies {
 
     testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test'
     testCompile group: 'junit', name: 'junit', version: '4.11'
-    testCompile group: 'org.mockito', name: 'mockito-core', version: '2.1.0'
+    testCompile group: 'org.mockito', name: 'mockito-core', version: '2.10.0'
     testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
 }