Skip to content

Commit 0dca203

Browse files
fix(deps): update all dependencies
1 parent 7844c73 commit 0dca203

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/Fruitties.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535

3636
- name: Set up JDK 17
3737
uses: actions/setup-java@v5
@@ -63,7 +63,7 @@ jobs:
6363
xcode-version: latest-stable
6464

6565
- name: Checkout
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767

6868
- name: Build iOS app
6969
uses: mxcl/xcodebuild@v3

Fruitties/gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
agp = "8.13.1"
17-
androidx-activityCompose = "1.11.0"
16+
agp = "8.13.2"
17+
androidx-activityCompose = "1.12.1"
1818
androidx-paging = "3.3.6"
19-
nav3Core = "1.0.0-rc01"
20-
lifecycleViewmodelNav3 = "1.0.0-alpha04"
19+
nav3Core = "1.0.0"
20+
lifecycleViewmodelNav3 = "2.10.0"
2121
kotlinxSerializationCore = "1.9.0"
22-
androidx-room = "2.8.3"
23-
androidx-lifecycle = "2.9.4"
22+
androidx-room = "2.8.4"
23+
androidx-lifecycle = "2.10.0"
2424
atomicfu = "0.29.0"
25-
composeBom = "2025.11.00"
26-
dataStore = "1.1.7"
25+
composeBom = "2025.12.00"
26+
dataStore = "1.2.0"
2727
kotlin = "2.2.21"
2828
kotlinx-coroutines = "1.10.2"
2929
kotlinxDatetime = "0.7.1-0.6.x-compat"
3030
ksp = "2.3.3"
31-
ktorVersion = "3.3.2"
31+
ktorVersion = "3.3.3"
3232
pagingComposeAndroid = "3.3.6"
3333
skie = "0.10.8"
34-
sqlite = "2.6.1"
34+
sqlite = "2.6.2"
3535
spotless = "8.1.0"
3636
okio = "3.16.4"
3737
kermit = "2.0.8"

0 commit comments

Comments
 (0)