Skip to content

Commit

Permalink
Upgrade Kotlin version to 1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Dec 3, 2023
1 parent 1a2629b commit 3df72fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</modules>

<properties>
<kotlin.version>1.7.20</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down

0 comments on commit 3df72fc

Please sign in to comment.