Skip to content

Commit

Permalink
Bump app.cash.sqldelight:runtime from 2.0.0 to 2.0.1 (#272)
Browse files Browse the repository at this point in the history
Bumps [app.cash.sqldelight:runtime](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:runtime
  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 Jan 11, 2024
1 parent d236c83 commit f959a95
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 @@ -23,4 +23,4 @@ exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "e
h2 = { module = "com.h2database:h2", version = "2.2.224" }
slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.9" }

sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version = "2.0.0" }
sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version = "2.0.1" }

0 comments on commit f959a95

Please sign in to comment.