Skip to content

Commit 11e05a6

Browse files
Bump kotlinx-datetime from 0.3.2 to 0.3.3 (#128)
Bumps [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx-datetime@v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5edc93 commit 11e05a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudkitclient-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlin {
1717
dependencies {
1818
api("io.ktor:ktor-client-core:$ktorVersion")
1919
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
20-
api("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
20+
api("org.jetbrains.kotlinx:kotlinx-datetime:0.3.3")
2121
}
2222
}
2323
commonTest {

0 commit comments

Comments
 (0)