Skip to content

Commit

Permalink
⬆️ Bump app.cash.sqldelight from 2.0.0 to 2.0.1 (#140)
Browse files Browse the repository at this point in the history
Bumps [app.cash.sqldelight](https://github.com/cashapp/sqldelight) 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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent a19eb1d commit 7089796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {
alias(libs.plugins.jetbrainsCompose) apply false
alias(libs.plugins.kotlinMultiplatform) apply false
alias(libs.plugins.kotlinSerialization) apply false
id("app.cash.sqldelight") version "2.0.0" apply false
id("app.cash.sqldelight") version "2.0.1" apply false
}
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.jetbrainsCompose)
alias(libs.plugins.kotlinSerialization)
id("app.cash.sqldelight") version "2.0.0"
id("app.cash.sqldelight") version "2.0.1"
}

sqldelight {
Expand Down

0 comments on commit 7089796

Please sign in to comment.