Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 t…
Browse files Browse the repository at this point in the history
…o 0.4.1 (#2266)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oussama Hassine <[email protected]>
  • Loading branch information
dependabot[bot] and ohassine authored Oct 2, 2023
1 parent d7aef43 commit 7e2d2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
excludes.add("META-INF/ASL2.0")
excludes.add("META-INF/NOTICE")
excludes.add("META-INF/licenses/ASM")
excludes.add("META-INF/versions/9/previous-compilation-data.bin")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin = "1.9.0"

# KotlinX
coroutines = "1.7.3"
ktx-dateTime = "0.4.0"
ktx-dateTime = "0.4.1"
ktx-immutableCollections = "0.3.5"
ktx-serialization = "1.5.1"

Expand Down
2 changes: 1 addition & 1 deletion kalium

0 comments on commit 7e2d2de

Please sign in to comment.