From 1cbb0065773f13801b3d65b67060362770a3b658 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 13 Oct 2020 00:06:28 +0200 Subject: [PATCH] updated to new kotlin version --- .idea/misc.xml | 5 ++++- build.gradle.kts | 2 +- src/main/resources/version.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 70064e8..1fcc9ec 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,11 @@ + + + - + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 865a3c7..bc39805 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ import kotlin.math.max plugins { // Apply the Kotlin JVM plugin to add support for Kotlin on the JVM. - kotlin("jvm") version "1.3.70" + kotlin("jvm") version "1.4.10" `maven-publish` application id("org.jetbrains.dokka") version "0.10.0" diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties index af5f173..fd7bece 100644 --- a/src/main/resources/version.properties +++ b/src/main/resources/version.properties @@ -1 +1 @@ -version=1.9-dev +version=1.9