Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1462e1a

Browse files
authoredFeb 20, 2024
Bump app.cash.sqldelight:mysql-dialect from 2.0.0 to 2.0.1
Bumps [app.cash.sqldelight:mysql-dialect](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:mysql-dialect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38a1d37 commit 1462e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ tempestTestingJvm = { module = "app.cash.tempest:tempest-testing-jvm" }
187187
threeTenBp = { module = "org.threeten:threetenbp", version = "1.6.8" }
188188
sqldelightGradlePlugin = { module = "app.cash.sqldelight:gradle-plugin", version = "2.0.0" }
189189
sqldelightJdbcDriver = { module = "app.cash.sqldelight:jdbc-driver", version = "2.0.0" }
190-
sqldelightMysqlDialect = { module = "app.cash.sqldelight:mysql-dialect", version = "2.0.0" }
190+
sqldelightMysqlDialect = { module = "app.cash.sqldelight:mysql-dialect", version = "2.0.1" }
191191
sqldelightRuntime = { module = "app.cash.sqldelight:runtime", version = "2.0.0" }
192192
tink = { module = "com.google.crypto.tink:tink", version = "1.6.1" }
193193
tinkAwskms = { module = "com.google.crypto.tink:tink-awskms", version = "1.6.1" }

0 commit comments

Comments
 (0)
Please sign in to comment.