Skip to content

Commit

Permalink
Merge pull request #276 from joreilly/cmp_1_7
Browse files Browse the repository at this point in the history
Compose Multiplatform 1.7.0
  • Loading branch information
joreilly authored Oct 16, 2024
2 parents 74afe79 + a515878 commit 65547be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
kotlinx-dateTime = "0.6.1"

androidGradlePlugin = "8.7.0"
androidGradlePlugin = "8.7.1"
koalaplot = "0.5.3"
koin = "4.0.0"
ktor = "3.0.0"
slf4j = "2.0.16"
skie = "0.9.2"
skie = "0.9.3"
datastore = "1.1.1"

androidxActivity = "1.9.2"
Expand All @@ -19,7 +19,7 @@ androidxNavigationCompose = "2.8.2"
androidxLifecycle = "2.8.6"
androidxRoom = "2.7.0-alpha09"
sqlite = "2.5.0-alpha09"
compose-plugin = "1.7.0-rc01"
compose-plugin = "1.7.0"
accompanist = "0.36.0"
coilCompose = "2.7.0"
image-loader = "1.8.3"
Expand Down

0 comments on commit 65547be

Please sign in to comment.