Skip to content

Commit 894a84a

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.1-0.6.x-compat
1 parent 9e10c31 commit 894a84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object Versions {
22
object Kotlinx {
33
// Don't update, 1.7+ changes an extended class to sealed which breaks
44
const val Core = "1.6.4"
5-
const val DateTime = "0.5.0"
5+
const val DateTime = "0.7.1-0.6.x-compat"
66
}
77

88
const val Kotest = "5.9.1"

0 commit comments

Comments
 (0)