Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 95f1ce3

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.5.0
1 parent 5f0d826 commit 95f1ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Versions {
1212

1313
object Kotlinx {
1414
const val Core = "1.7.3"
15-
const val DateTime = "0.4.0"
15+
const val DateTime = "0.5.0"
1616
}
1717

1818
const val KotlinLogging = "3.0.5"

0 commit comments

Comments
 (0)