Skip to content

Commit

Permalink
Merge pull request #69 from komune-io/feat/updateVersion
Browse files Browse the repository at this point in the history
fix(dependencies): update Kotlin version to 1.9.23 and coroutines version to 1.8.0
  • Loading branch information
apoupard committed Jun 4, 2024
2 parents a8119b0 + 74bef41 commit bd8fadb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ object FixersRepository {
}

object FixersPluginVersions {
const val kotlin = "1.9.24"
const val kotlin = "1.9.23"
const val springBoot = "3.2.5"
const val npmPublish = "3.4.2"
/**
* com.google.devtools.ksp
*/
const val ksp = "1.9.24-1.0.20"
const val ksp = "1.9.23-1.0.20"
/**
* org.graalvm.buildtools.native.gradle.plugin
*/
Expand Down Expand Up @@ -61,7 +61,7 @@ object FixersVersions {
}

object Kotlin {
const val coroutines = "1.8.1"
const val coroutines = "1.8.0"
const val serialization = "1.6.3"
const val ktor = "2.3.11"
}
Expand Down

0 comments on commit bd8fadb

Please sign in to comment.