Skip to content

Commit d3be018

Browse files
committed
Build: upgrade to datetime 0.6.2
1 parent 52b3d1b commit d3be018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx.interval.datetime/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kotlin {
1919
commonMain {
2020
dependencies {
2121
api(project(":kotlinx-interval"))
22-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")
22+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.2")
2323
}
2424
}
2525
commonTest {

0 commit comments

Comments
 (0)