X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=d44e512b260c9c55ea0462598e3413e71225ddc8;hp=ecdbfdd30390b97ec92c465e8390dabbe4c2b26f;hb=8ba1240d5e15059e7469b46163c6f640dedefabb;hpb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae diff --git a/build.gradle b/build.gradle index ecdbfdd..d44e512 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ group = 'net.pterodactylus' -version = '0.9.7' +version = '0.9.8' buildscript { - ext.kotlinVersion = '1.1.51' + ext.kotlinVersion = '1.2.30' 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' }