Skip to content

Commit

Permalink
Merge pull request #377 from joreilly/dependency_upddates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Sep 22, 2024
2 parents 3439aa3 + f9848f4 commit e5e2380
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
alias(libs.plugins.jetbrainsCompose)
alias(libs.plugins.compose.compiler)
alias(libs.plugins.skie)
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.2"
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.3"
}

android {
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
[versions]
kotlin = "2.0.20"
ksp = "2.0.20-1.0.24"
ksp = "2.0.20-1.0.25"

compose-multiplatform = "1.7.0-beta02"
composeUiTooling = "1.4.0"
coroutines = "1.9.0-RC"
kotlinxSerialization = "1.7.1"
coroutines = "1.9.0"
kotlinxSerialization = "1.7.2"
androidGradlePlugin = "8.5.2"
koin = "3.6.0-Beta4"
koinCompose = "3.6.0-Beta4"
koinComposeMultiplatform = "1.2.0-Beta4"
koin = "4.0.0"
koinCompose = "4.0.0"
koinComposeMultiplatform = "4.0.0"
ktor = "3.0.0-rc-1"
osmdroidAndroid = "6.1.18"
osmAndroidCompose = "0.0.5"
slf4j = "2.0.13"
slf4j = "2.0.16"
sqlDelight = "2.0.2"

androidxActivity = "1.9.2"
androidxComposeBom = "2024.09.01"
androidxComposeBom = "2024.09.02"
material3-adaptive = "1.0.0"
material3-adaptive-navigation-suite = "1.3.0"
androidxNavigationCompose = "2.8.0"
uiToolingPreview = "1.7.1"
androidxNavigationCompose = "2.8.1"
uiToolingPreview = "1.7.2"
wearCompose = "1.4.0"
androidxLifecycle = "2.8.5"
androidxLifecycle = "2.8.6"
androidxLifecycleKMP = "2.8.2"

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

horologist = "0.6.12"
horologist = "0.6.20"
glanceWearTiles = "1.0.0-alpha05"
glanceAppWidget = "1.0.0"
okhttp = "5.0.0-alpha.14"
Expand Down
2 changes: 1 addition & 1 deletion graphql-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")

implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("ch.qos.logback:logback-classic:1.5.8")

implementation(project(":common"))
}
Expand Down

0 comments on commit e5e2380

Please sign in to comment.