From 755ac3f8b6697485b794bc180e9c238281688d2e Mon Sep 17 00:00:00 2001 From: gBarbieri Date: Wed, 2 May 2018 10:02:51 +0200 Subject: [PATCH] :arrow_up: Kotlin 1.2.41 Kotlintest 3.0.6 --- .idea/modules/kotlin-unsigned.iml | 8 ++++---- build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.idea/modules/kotlin-unsigned.iml b/.idea/modules/kotlin-unsigned.iml index 2366b38..12d99de 100644 --- a/.idea/modules/kotlin-unsigned.iml +++ b/.idea/modules/kotlin-unsigned.iml @@ -37,11 +37,11 @@ - + - - - + + + diff --git a/build.gradle b/build.gradle index be063c2..3d25738 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.github.johnrengelman.shadow' buildscript { - ext.kotlinVersion = '1.2.40' + ext.kotlinVersion = '1.2.41' repositories { jcenter() // shadow @@ -23,7 +23,7 @@ dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" - testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.4' + testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.6' } repositories {