X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=5334200a5aa323bf094908793ffa08fd6a22ac67;hp=c2bb12ef5bb13b7b1ce87d417eb95becfc7ce63c;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=fe97f1918e486c530c1c5280c2f8b97896a211f7 diff --git a/build.gradle b/build.gradle index c2bb12e..5334200 100644 --- a/build.gradle +++ b/build.gradle @@ -2,12 +2,12 @@ group = 'net.pterodactylus' version = '0.9.8' buildscript { - ext.kotlinVersion = '1.2.21' + ext.kotlinVersion = '1.2.31' repositories { mavenCentral() } dependencies { - classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.1.11' + classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.4.0' classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: kotlinVersion classpath group: 'org.jetbrains.kotlin', name: 'kotlin-noarg', version: kotlinVersion }