Skip to content

Commit 3df72fc

Browse files
committed
Upgrade Kotlin version to 1.9.21
1 parent 1a2629b commit 3df72fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/kotlin/eu/iamgio/pikt/util/KotlinCompilerDownloader.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private const val DOWNLOAD_URL = "https://github.com/JetBrains/kotlin/releases/d
2020
/**
2121
* Default Kotlin version to download if not specified.
2222
*/
23-
private const val DEFAULT_KOTLIN_VERSION = "1.7.20"
23+
private const val DEFAULT_KOTLIN_VERSION = "1.9.21"
2424

2525
/**
2626
* Downloads the Kotlin compiler from GitHub releases.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</modules>
1717

1818
<properties>
19-
<kotlin.version>1.7.20</kotlin.version>
19+
<kotlin.version>1.9.21</kotlin.version>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2222
</properties>

0 commit comments

Comments
 (0)