Skip to content

Commit

Permalink
Update kotlin to 1.9.22 and kotlinx-metadata to 0.8.0 (#519)
Browse files Browse the repository at this point in the history
* Update kotlin monorepo

* 1.9.22

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zac Sweers <pandanomic@gmail.com>
  • Loading branch information
renovate[bot] and ZacSweers authored Jan 3, 2024
1 parent d4666ea commit 1dfe3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gjf = "1.13.0"
incap = "1.0.0"
jdk = "20"
jvmTarget = "11"
kotlin = "1.9.21"
kotlin = "1.9.22"
kotlinCompileTesting = "0.4.0"
kotlinpoet = "1.15.3"
ksp = "1.9.21-1.0.16"
Expand Down Expand Up @@ -53,7 +53,7 @@ incap = { module = "net.ltgt.gradle.incap:incap", version.ref = "incap" }
incap-processor = { module = "net.ltgt.gradle.incap:incap-processor", version.ref = "incap" }

kotlin-compilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
kotlin-metadata = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.7.0" }
kotlin-metadata = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.8.0" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-gradlePlugin-api = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin-api", version.ref = "kotlin" }
Expand Down

0 comments on commit 1dfe3ef

Please sign in to comment.