Skip to content

Commit a87e74d

Browse files
Bump kotlinx-datetime from 0.3.1 to 0.3.2
Bumps [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.3.1 to 0.3.2. - [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.1...v0.3.2) --- 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 f377d86 commit a87e74d

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
@@ -36,7 +36,7 @@ kotlin {
3636
val commonMain by getting {
3737
dependencies {
3838
implementation(kotlin("stdlib-common"))
39-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
39+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
4040
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
4141
}
4242
}

0 commit comments

Comments
 (0)