Skip to content

Commit 93bd696

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.0 (#3101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 981ad14 commit 93bd696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common" }
88
kotlin-test-annotations-common = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common" }
99
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
1010
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.3" }
11-
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.5.0" }
11+
kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.0" }
1212

1313
# Ktor
1414
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }

0 commit comments

Comments
 (0)