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