Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Oct 20, 2024
1 parent 4cb3fe6 commit ff25c59
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,22 +1,22 @@
[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"

androidGradlePlugin = "8.7.0"
androidGradlePlugin = "8.7.1"
koin = "4.0.0"
koinComposeMultiplatform = "4.0.0"
apollo = "4.0.0"
kmpNativeCoroutines = "1.0.0-ALPHA-35"
apollo = "4.0.1"
kmpNativeCoroutines = "1.0.0-ALPHA-37"

androidxActivity = "1.9.2"
androidxComposeBom = "2024.09.03"
androidxActivity = "1.9.3"
androidxComposeBom = "2024.10.00"
androidx-navigation = "2.8.0-alpha08"
androidx-lifecycle = "2.8.2"
androidx-lifecycle = "2.8.3"
accompanist = "0.30.1"
horologist = "0.6.20"
wearCompose = "1.4.0"
composeMultiplatform = "1.7.0-rc01"
composeMultiplatform = "1.7.0"
composeWindowSize = "0.5.0"

junit = "4.13.2"
Expand Down

0 comments on commit ff25c59

Please sign in to comment.