Skip to content

Commit

Permalink
fix(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 39d7084 commit 187d2b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ compose_bom = "2024.09.02"
composecompiler = "1.5.15"

# Coroutines
coroutines = "1.8.1"
coroutines = "1.9.0"

# Accompanist
accompanist = "0.36.0"
Expand All @@ -39,9 +39,9 @@ test_core = "1.6.1"

#other
coil = "2.7.0"
datetime = "0.6.0"
datetime = "0.6.1"
dependencyAnalysis = "2.1.3"
serialization_json = "1.6.3"
serialization_json = "1.7.3"
showkase = "1.0.3"
appyx = "1.4.0"
sqldelight = "2.0.2"
Expand Down Expand Up @@ -160,7 +160,7 @@ coil_test = { module = "io.coil-kt:coil-test", version.ref = "coil" }
compound = { module = "io.element.android:compound-android", version = "0.1.0" }
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "datetime" }
serialization_json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization_json" }
kotlinx_collections_immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"
kotlinx_collections_immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8"
showkase = { module = "com.airbnb.android:showkase", version.ref = "showkase" }
showkase_processor = { module = "com.airbnb.android:showkase-processor", version.ref = "showkase" }
jsoup = "org.jsoup:jsoup:1.18.1"
Expand Down

0 comments on commit 187d2b2

Please sign in to comment.