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

Commit 30694d1

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.0
1 parent 9b08356 commit 30694d1

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
@@ -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.6.0"
1616
}
1717

1818
const val KotlinLogging = "3.0.5"

0 commit comments

Comments
 (0)