Skip to content

Commit a6ddbad

Browse files
committed
dependency updates
1 parent 95fffe2 commit a6ddbad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
build:
13-
runs-on: macos-14
13+
runs-on: macos-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-java@v4

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.1.0"
3-
ksp = "2.1.0-1.0.28"
3+
ksp = "2.1.0-1.0.29"
44

55
coroutines = "1.9.0"
66
kotlinxSerialization = "1.7.3"
@@ -11,7 +11,7 @@ circuit = "0.24.0"
1111
kotlininject = "0.7.2"
1212
ktor = "3.0.1"
1313
slf4j = "2.0.16"
14-
kmpNativeCoroutines = "1.0.0-ALPHA-37-kotlin-2.1.0-RC2"
14+
kmpNativeCoroutines = "1.0.0-ALPHA-38"
1515
kmpObservableViewModel = "1.0.0-BETA-7"
1616

1717
compose-multiplatform = "1.7.3"

0 commit comments

Comments
 (0)