From 3df72fce520e4fd3306758b84cae0a4a19438802 Mon Sep 17 00:00:00 2001 From: Giorgio Garofalo Date: Sun, 3 Dec 2023 16:47:15 +0100 Subject: [PATCH] Upgrade Kotlin version to 1.9.21 --- .../main/kotlin/eu/iamgio/pikt/util/KotlinCompilerDownloader.kt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/kotlin/eu/iamgio/pikt/util/KotlinCompilerDownloader.kt b/core/src/main/kotlin/eu/iamgio/pikt/util/KotlinCompilerDownloader.kt index e939f30..126d0b7 100644 --- a/core/src/main/kotlin/eu/iamgio/pikt/util/KotlinCompilerDownloader.kt +++ b/core/src/main/kotlin/eu/iamgio/pikt/util/KotlinCompilerDownloader.kt @@ -20,7 +20,7 @@ private const val DOWNLOAD_URL = "https://github.com/JetBrains/kotlin/releases/d /** * Default Kotlin version to download if not specified. */ -private const val DEFAULT_KOTLIN_VERSION = "1.7.20" +private const val DEFAULT_KOTLIN_VERSION = "1.9.21" /** * Downloads the Kotlin compiler from GitHub releases. diff --git a/pom.xml b/pom.xml index cd49f37..3f1beff 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ - 1.7.20 + 1.9.21 UTF-8 UTF-8