Skip to content

Commit

Permalink
Bump to Kotlin 2.0.0-RC3 (#5882)
Browse files Browse the repository at this point in the history
* Bump to Kotlin 2.0.0-RC3

* Bump KSP
  • Loading branch information
BoD committed May 14, 2024
1 parent c828848 commit 1da0710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ javaPoet = "1.13.0"
jetbrains-annotations = "24.0.1"
junit = "4.13.2"
kotlin-plugin-min = "1.8.0"
kotlin-plugin = "2.0.0-RC2"
kotlin-plugin-max = "2.0.0-RC2"
kotlin-stdlib = "2.0.0-RC2"
kotlin-plugin = "2.0.0-RC3"
kotlin-plugin-max = "2.0.0-RC3"
kotlin-stdlib = "2.0.0-RC3"
kotlinx-coroutines = "1.8.0"
kotlinx-datetime = "0.5.0"
kotlinx-serialization-runtime = "1.6.2"
ksp = "2.0.0-RC2-1.0.20"
ksp = "2.0.0-RC3-1.0.20"
ktor = "2.3.7"
moshix = "0.14.1"
node-fetch = "2.6.7"
Expand Down

0 comments on commit 1da0710

Please sign in to comment.