Skip to content

Commit c44f87d

Browse files
authored
Merge pull request #109 from joreilly/dependency_upddates
dependency updates
2 parents fcf2d83 + 7950162 commit c44f87d

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/build-and-publish-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# If main branch update, deploy to gh-pages
2929
- name: Deploy
3030
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
31-
uses: JamesIves/[email protected].1
31+
uses: JamesIves/[email protected].4
3232
with:
3333
BRANCH: gh-pages # The branch the action should deploy to.
3434
FOLDER: composeApp/build/dist/wasmJs/productionExecutable # The folder the action should deploy.

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
1717
kotlin.mpp.androidSourceSetLayoutVersion=2
1818
kotlin.mpp.enableCInteropCommonization=true
1919

20-
kotlin.experimental.tryK2=true
2120

gradle/libs.versions.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
[versions]
22
kotlin = "2.0.20"
3-
ksp = "2.0.20-1.0.24"
4-
kotlinx-coroutines = "1.9.0-RC"
3+
ksp = "2.0.20-1.0.25"
4+
kotlinx-coroutines = "1.9.0"
55

66

77
agp = "8.5.2"
88
android-compileSdk = "34"
99
android-minSdk = "24"
1010
android-targetSdk = "34"
1111
androidx-activityCompose = "1.9.2"
12-
compose = "1.7.1"
12+
compose = "1.7.2"
1313
compose-plugin = "1.7.0-beta02"
1414
composeAdaptiveLayout = "1.0.0-alpha01"
1515
harawata-appdirs = "1.2.2"
1616
koalaplot = "0.5.3"
1717
koin = "3.6.0-Beta4"
18-
koin-android-compose = "3.6.0-Beta4"
1918
koin-compose-multiplatform = "1.2.0-Beta4"
20-
kmpNativeCoroutines = "1.0.0-ALPHA-34"
21-
kmpObservableViewModel = "1.0.0-BETA-4"
19+
kmpNativeCoroutines = "1.0.0-ALPHA-35"
20+
kmpObservableViewModel = "1.0.0-BETA-5"
2221
kstore = "0.8.0"
23-
ktor = "3.0.0-beta-2"
22+
ktor = "3.0.0-rc-1"
2423
treemapChart = "0.1.1"
2524
voyager= "1.1.0-beta02"
2625
molecule = "2.0.0"

0 commit comments

Comments
 (0)