Skip to content

Commit

Permalink
Bump sqldelight from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps `sqldelight` from 2.0.0 to 2.0.1.

Updates `app.cash.sqldelight:gradle-plugin` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.0...2.0.1)

Updates `app.cash.sqldelight:runtime` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.0...2.0.1)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.0...2.0.1)

Updates `app.cash.sqldelight:android-driver` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.0...2.0.1)

Updates `app.cash.sqldelight:native-driver` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.0...2.0.1)

Updates `app.cash.sqldelight:sqlite-driver` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: app.cash.sqldelight:gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:android-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:native-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent ca8b315 commit 64fd963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ core = "1.12.0" # https://developer.android.com/jetpack/androidx/releases/core
glance = "1.0.0" # https://developer.android.com/jetpack/androidx/releases/glance

jetbrainsCompose = "1.5.11" # https://github.com/JetBrains/compose-multiplatform
sqldelight = "2.0.0" # https://github.com/cashapp/sqldelight/releases
sqldelight = "2.0.1" # https://github.com/cashapp/sqldelight/releases

appcompat = "1.6.1" # https://developer.android.com/jetpack/androidx/releases/appcompat
material = "1.10.0" # https://github.com/material-components/material-components-android
Expand Down

0 comments on commit 64fd963

Please sign in to comment.