X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=8111c2a557a53808ba2cc98f35ba6b227bd2ce68;hb=13f39d4f2fe06c835d10486c59f886c6e6d82456;hp=3df60e95962575b71aada3373cf3e6dc1b150093;hpb=2147e8dd2e9bd581d96acdc1a4c746796669275c;p=Sone.git diff --git a/build.gradle b/build.gradle index 3df60e9..8111c2a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ group = 'net.pterodactylus' -version = '0.9.6' +version = '0.9.8' buildscript { - ext.kotlinVersion = '1.1.51' + ext.kotlinVersion = '1.2.0' repositories { mavenCentral() } @@ -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' }