Skip to content

Commit

Permalink
Merge pull request #401 from joreilly/update_dependencies
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Nov 14, 2024
2 parents 8394bca + 21bbf0b commit 249a9b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
ksp = "2.0.21-1.0.26"

compose-multiplatform = "1.7.0"
composeUiTooling = "1.4.0"
coroutines = "1.9.0"
kotlinxSerialization = "1.7.3"
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
koin = "4.0.0"
koinCompose = "4.0.0"
koinComposeMultiplatform = "4.0.0"
Expand All @@ -16,18 +16,18 @@ osmAndroidCompose = "0.0.5"
slf4j = "2.0.16"
sqlDelight = "2.0.2"

androidxActivity = "1.9.2"
androidxComposeBom = "2024.09.03"
androidxActivity = "1.9.3"
androidxComposeBom = "2024.11.00"
material3-adaptive = "1.0.0"
material3-adaptive-navigation-suite = "1.3.0"
androidxNavigationCompose = "2.8.2"
uiToolingPreview = "1.7.3"
material3-adaptive-navigation-suite = "1.3.1"
androidxNavigationCompose = "2.8.4"
uiToolingPreview = "1.7.5"
wearCompose = "1.4.0"
androidxLifecycle = "2.8.6"
androidxLifecycle = "2.8.7"
androidxLifecycleKMP = "2.8.3"

coilCompose = "2.7.0"
coilCompose3 = "3.0.0-alpha10"
coilCompose3 = "3.0.0"

horologist = "0.6.20"
glanceWearTiles = "1.0.0-alpha05"
Expand Down

0 comments on commit 249a9b8

Please sign in to comment.