Skip to content

Commit cc82045

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.1.1 | v5.1.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.9.0 | 1.10.0 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.9.0 | 1.10.0 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.9.0 | 1.10.0 | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.7.1 | 1.7.3 |
1 parent 675b9ca commit cc82045

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
4242

4343
- name: Upload Test Report
44-
uses: codecov/[email protected].1
44+
uses: codecov/[email protected].2
4545
with:
4646
files: ./app/build/reports/kover/reportDebug.xml
4747
fail_ci_if_error: true

Diff for: gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ flowExt = "1.0.0"
2222
jacoco = "0.8.11"
2323
java-target = "11"
2424
java-toolchain = "21"
25-
jetbrains-compose = "1.7.1"
25+
jetbrains-compose = "1.7.3"
2626
junit = "4.13.2"
2727
koin = "4.0.0"
2828
kotlin = "2.1.0"
29-
kotlinx-coroutines = "1.9.0"
29+
kotlinx-coroutines = "1.10.0"
3030
kotlinx-kover = "0.9.0"
3131
ktlint = "1.0.0"
3232
mockk = "1.13.13"

0 commit comments

Comments
 (0)