Skip to content

Commit 9217513

Browse files
committed
dependency updates
1 parent 71c6e21 commit 9217513

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

SwiftExecutablePackage/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-18"),
1111
.package(url: "https://github.com/joreilly/BikeShareSwiftPackage", exact: "1.20.0"),
12-
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.5.0"),
12+
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.6.1"),
1313
.package(url: "https://github.com/pakLebah/ANSITerminal", from: "0.0.3")
1414
],
1515
targets: [

common/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
alias(libs.plugins.compose.compiler)
1212
alias(libs.plugins.android.library)
1313
alias(libs.plugins.kotlin.parcelize)
14-
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.3"
14+
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.4"
1515
}
1616

1717

@@ -72,8 +72,6 @@ kotlin {
7272
androidMain.dependencies {
7373
implementation(libs.ktor.client.okhttp)
7474
implementation(libs.okhttp.core)
75-
// workaround for https://youtrack.jetbrains.com/issue/CMP-5959/Invalid-redirect-in-window-core#focus=Comments-27-10365630.0-0
76-
implementation("androidx.window:window-core:1.3.0")
7775
implementation(libs.slf4j.android)
7876
}
7977

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
kotlin = "2.2.0"
33
ksp = "2.2.0-2.0.2"
44

5-
androidGradlePlugin = "8.11.0"
5+
androidGradlePlugin = "8.11.1"
66
androidxActivity = "1.10.1"
7-
androidxComposeBom = "2025.06.01"
8-
androidxLifecycle = "2.9.1"
9-
androidxNavigationCompose = "2.9.1"
7+
androidxComposeBom = "2025.07.00"
8+
androidxLifecycle = "2.9.2"
9+
androidxNavigationCompose = "2.9.2"
1010
androidxRoom = "2.7.2"
1111
circuit = "0.29.1"
1212
composeLifecyleRuntime="2.9.1"
@@ -19,8 +19,8 @@ kmpObservableViewModel = "1.0.0-BETA-12"
1919
kotlin-inject-anvil = "0.1.6"
2020
kotlininject = "0.8.0"
2121
kotlinxSerialization = "1.9.0"
22-
ktor = "3.2.1"
23-
okhttp = "5.0.0"
22+
ktor = "3.2.2"
23+
okhttp = "5.1.0"
2424
slf4j = "2.0.17"
2525
slf4jAndroid = "2.0.17-0"
2626
sqlite = "2.5.2"

0 commit comments

Comments
 (0)