Skip to content

Commit

Permalink
Update Sqldelight dependencies to v2.0.2
Browse files Browse the repository at this point in the history
| datasource | package                                               | from  | to    |
| ---------- | ----------------------------------------------------- | ----- | ----- |
| maven      | app.cash.sqldelight:app.cash.sqldelight.gradle.plugin | 2.0.0 | 2.0.2 |
| maven      | app.cash.sqldelight:sqlite-driver                     | 2.0.0 | 2.0.2 |
| maven      | app.cash.sqldelight:native-driver                     | 2.0.0 | 2.0.2 |
| maven      | app.cash.sqldelight:jdbc-driver                       | 2.0.0 | 2.0.2 |
| maven      | app.cash.sqldelight:coroutines-extensions             | 2.0.0 | 2.0.2 |
| maven      | app.cash.sqldelight:android-driver                    | 2.0.0 | 2.0.2 |
  • Loading branch information
actions-user committed Dec 24, 2024
1 parent 144f5e0 commit e366632
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/hubdle.libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ androidx-lifecycle-viewmodel-ktx = "2.8.7"
androidx-navigation-compose = "2.8.5"
arrow-kt-arrow-core = "2.0.0"
cash-molecule = "2.0.0"
cash-sqldelight = "2.0.0"
cash-sqldelight = "2.0.2"
cash-turbine = "1.2.0"
codingfeline-buildkonfig = "0.15.2"
diffplug-gradle-spotless = "7.0.0.BETA4"
Expand Down
6 changes: 6 additions & 0 deletions hubdle-version-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

### Updated

- `app.cash.sqldelight:app.cash.sqldelight.gradle.plugin -> 2.0.2`
- `app.cash.sqldelight:sqlite-driver -> 2.0.2`
- `app.cash.sqldelight:native-driver -> 2.0.2`
- `app.cash.sqldelight:jdbc-driver -> 2.0.2`
- `app.cash.sqldelight:coroutines-extensions -> 2.0.2`
- `app.cash.sqldelight:android-driver -> 2.0.2`
- `io.insert-koin:koin-test-junit5 -> 4.0.1`
- `io.insert-koin:koin-test-junit4 -> 4.0.1`
- `io.insert-koin:koin-test -> 4.0.1`
Expand Down

0 comments on commit e366632

Please sign in to comment.