Skip to content

Commit 92ac9a0

Browse files
Bump kotlinx-datetime from 0.3.2 to 0.3.3
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] <support@github.com>
1 parent 2d5ca0c commit 92ac9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ kotlin {
4040
val commonMain by getting {
4141
dependencies {
4242
implementation(kotlin("stdlib-common"))
43-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
43+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.3")
4444
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
4545
}
4646
}

0 commit comments

Comments
 (0)