Skip to content

Commit

Permalink
Merge pull request #104 from sebj/dependabot/gradle/org.jetbrains.kot…
Browse files Browse the repository at this point in the history
…linx-kotlinx-datetime-0.6.0
  • Loading branch information
dependabot[bot] authored May 15, 2024
2 parents b33d57b + 156770d commit 018a2ac
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.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0")
}
}

Expand Down

0 comments on commit 018a2ac

Please sign in to comment.