Skip to content

Commit e5e2380

Browse files
authored
Merge pull request #377 from joreilly/dependency_upddates
dependency updates
2 parents 3439aa3 + f9848f4 commit e5e2380

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
alias(libs.plugins.jetbrainsCompose)
88
alias(libs.plugins.compose.compiler)
99
alias(libs.plugins.skie)
10-
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.2"
10+
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.3"
1111
}
1212

1313
android {

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
[versions]
22
kotlin = "2.0.20"
3-
ksp = "2.0.20-1.0.24"
3+
ksp = "2.0.20-1.0.25"
44

55
compose-multiplatform = "1.7.0-beta02"
66
composeUiTooling = "1.4.0"
7-
coroutines = "1.9.0-RC"
8-
kotlinxSerialization = "1.7.1"
7+
coroutines = "1.9.0"
8+
kotlinxSerialization = "1.7.2"
99
androidGradlePlugin = "8.5.2"
10-
koin = "3.6.0-Beta4"
11-
koinCompose = "3.6.0-Beta4"
12-
koinComposeMultiplatform = "1.2.0-Beta4"
10+
koin = "4.0.0"
11+
koinCompose = "4.0.0"
12+
koinComposeMultiplatform = "4.0.0"
1313
ktor = "3.0.0-rc-1"
1414
osmdroidAndroid = "6.1.18"
1515
osmAndroidCompose = "0.0.5"
16-
slf4j = "2.0.13"
16+
slf4j = "2.0.16"
1717
sqlDelight = "2.0.2"
1818

1919
androidxActivity = "1.9.2"
20-
androidxComposeBom = "2024.09.01"
20+
androidxComposeBom = "2024.09.02"
2121
material3-adaptive = "1.0.0"
2222
material3-adaptive-navigation-suite = "1.3.0"
23-
androidxNavigationCompose = "2.8.0"
24-
uiToolingPreview = "1.7.1"
23+
androidxNavigationCompose = "2.8.1"
24+
uiToolingPreview = "1.7.2"
2525
wearCompose = "1.4.0"
26-
androidxLifecycle = "2.8.5"
26+
androidxLifecycle = "2.8.6"
2727
androidxLifecycleKMP = "2.8.2"
2828

2929
coilCompose = "2.7.0"
3030
coilCompose3 = "3.0.0-alpha10"
3131

32-
horologist = "0.6.12"
32+
horologist = "0.6.20"
3333
glanceWearTiles = "1.0.0-alpha05"
3434
glanceAppWidget = "1.0.0"
3535
okhttp = "5.0.0-alpha.14"

graphql-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
2222
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
2323

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

2626
implementation(project(":common"))
2727
}

0 commit comments

Comments
 (0)