Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Nov 12, 2023
1 parent b65ae50 commit e2c6a70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ targetSdk = "34"
compileSdk = "34"

# Dependencies
kotlin = "1.9.20-RC2"
kmmBridge = "0.5.0"
kotlin = "1.9.20"
kmmBridge = "0.5.1"
android-gradle-plugin = "8.1.0"
coroutines = "1.7.3"
kotlinx-datetime = "0.4.1"
ktor = "2.3.4"
ktor = "2.3.5"

stately = "2.0.5"
kermit = "2.0.1"
skie = "0.5.1-preview.1.9.20-RC2"
skie = "0.5.5"

multiplatformSettings = "1.0.0"
sqlDelight = "2.0.0"

compose = "1.5.4"
composeCompiler = "1.5.3"
composeCompiler = "1.5.4"

# Sample - Android
androidx-core = "1.12.0"
androidx-lifecycle = "2.6.2"
androidx-activity-compose = "1.8.0"
android-desugaring = "2.0.3"
android-desugaring = "2.0.4"
koin = "3.5.0"

sharedlib = "0.4.+"
Expand Down

0 comments on commit e2c6a70

Please sign in to comment.