Skip to content

Commit

Permalink
updated kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
beneschwab committed May 8, 2024
1 parent 63d5410 commit 5a70e2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Expand Up @@ -17,14 +17,14 @@

object DependencyVersions {
// standard libraries
const val kotlin = "1.9.22"
const val kotlin = "1.9.24"
const val coroutines = "1.8.0"
const val arrow = "1.2.1"

// testing libraries
const val kotest = "5.8.0"
const val kotestExtensionArrow = "1.4.0"
const val mockk = "1.13.9"
const val mockk = "1.13.10"

// logging libraries
const val kotlinLogging = "3.0.5"
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Plugins.kt
Expand Up @@ -20,9 +20,9 @@ object PluginVersions {
const val ktlint = "11.6.1"
const val xjc = "1.6"
const val versionChecker = "0.51.0"
const val dokka = "1.9.10"
const val serialization = "1.9.22"
const val ksp = "1.9.22-1.0.17"
const val dokka = "1.9.20"
const val serialization = "1.9.24"
const val ksp = "1.9.24-1.0.20"
}

object Plugins {
Expand Down

0 comments on commit 5a70e2c

Please sign in to comment.