Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime t…
Browse files Browse the repository at this point in the history
…o v0.6.1
  • Loading branch information
figure-renovate[bot] committed Aug 20, 2024
1 parent 7fb9a76 commit 637e147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Versions {
object Kotlinx {
// Don't update, 1.7+ changes an extended class to sealed which breaks
const val Core = "1.6.4"
const val DateTime = "0.5.0"
const val DateTime = "0.6.1"
}

const val Kotest = "5.9.1"
Expand Down

0 comments on commit 637e147

Please sign in to comment.