Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                    | from   | to     |
| ----------- | ------------------------------------------ | ------ | ------ |
| github-tags | codecov/codecov-action                     | v4.3.1 | v4.4.0 |
| maven       | androidx.lifecycle:lifecycle-common-java8  | 2.7.0  | 2.8.0  |
| maven       | androidx.lifecycle:lifecycle-runtime-ktx   | 2.7.0  | 2.8.0  |
| maven       | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.7.0  | 2.8.0  |
  • Loading branch information
renovate[bot] committed May 14, 2024
1 parent d769a31 commit 40c8308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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,4 +41,4 @@ jobs:
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object deps {
}

object lifecycle {
private const val version = "2.7.0"
private const val version = "2.8.0"

const val viewModelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" // viewModelScope
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version" // lifecycleScope
Expand Down

0 comments on commit 40c8308

Please sign in to comment.