Skip to content

Commit

Permalink
Merge pull request #264 from joreilly/dependency_updates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Dec 21, 2024
2 parents 95fffe2 + a6ddbad commit 3667728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
build:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.1.0"
ksp = "2.1.0-1.0.28"
ksp = "2.1.0-1.0.29"

coroutines = "1.9.0"
kotlinxSerialization = "1.7.3"
Expand All @@ -11,7 +11,7 @@ circuit = "0.24.0"
kotlininject = "0.7.2"
ktor = "3.0.1"
slf4j = "2.0.16"
kmpNativeCoroutines = "1.0.0-ALPHA-37-kotlin-2.1.0-RC2"
kmpNativeCoroutines = "1.0.0-ALPHA-38"
kmpObservableViewModel = "1.0.0-BETA-7"

compose-multiplatform = "1.7.3"
Expand Down

0 comments on commit 3667728

Please sign in to comment.