Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent a761a47 commit 340a179
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 @@ -28,7 +28,7 @@ compose_bom = "2024.08.00"
composecompiler = "1.5.15"

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

# Accompanist
accompanist = "0.34.0"
Expand All @@ -38,9 +38,9 @@ test_core = "1.6.1"

#other
coil = "2.7.0"
datetime = "0.6.0"
datetime = "0.6.1"
dependencyAnalysis = "2.1.0"
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 @@ -155,7 +155,7 @@ coil_test = { module = "io.coil-kt:coil-test", version.ref = "coil" }
compound = { module = "io.element.android:compound-android", version = "0.0.7" }
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 340a179

Please sign in to comment.