Skip to content

Commit

Permalink
Merge pull request #88 from sebj/dependabot/gradle/org.jetbrains.kotl…
Browse files Browse the repository at this point in the history
…inx-kotlinx-datetime-0.5.0
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
2 parents 9caf332 + 6279cd0 commit 7ca5c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0")
}
}

Expand Down

0 comments on commit 7ca5c9c

Please sign in to comment.