Skip to content

Commit e0fabc0

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 ca6b8f8 commit e0fabc0

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
@@ -53,7 +53,7 @@ dependencies {
5353
implementation("eu.geekplace.javapinning:java-pinning-core:1.2.0")
5454

5555
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
56-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
56+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
5757

5858
testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
5959
}

0 commit comments

Comments
 (0)