Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| 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  |
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 675b9ca commit cc82045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
files: ./app/build/reports/kover/reportDebug.xml
fail_ci_if_error: true
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ flowExt = "1.0.0"
jacoco = "0.8.11"
java-target = "11"
java-toolchain = "21"
jetbrains-compose = "1.7.1"
jetbrains-compose = "1.7.3"
junit = "4.13.2"
koin = "4.0.0"
kotlin = "2.1.0"
kotlinx-coroutines = "1.9.0"
kotlinx-coroutines = "1.10.0"
kotlinx-kover = "0.9.0"
ktlint = "1.0.0"
mockk = "1.13.13"
Expand Down

0 comments on commit cc82045

Please sign in to comment.