Skip to content

Commit

Permalink
Migration to Kotlin 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Nov 1, 2023
1 parent 75c0880 commit 1d94c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id("org.jetbrains.kotlin.jvm") version ("1.9.20-RC2")
id("org.jetbrains.kotlin.jvm") version ("1.9.20")
id("org.jetbrains.dokka") version ("1.8.10")
id("com.github.hierynomus.license") version ("0.16.1")
id("io.codearte.nexus-staging") version ("0.30.0")
Expand All @@ -20,7 +20,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("kotlin-lang", "1.9")
version("kotlin", "1.9.20-RC2")
version("kotlin", "1.9.20")

version("kotlin-logging", "3.0.5")
version("lz4", "1.8.0")
Expand Down

0 comments on commit 1d94c43

Please sign in to comment.