Skip to content

Commit 8ad78a3

Browse files
fix(deps): update dependency app.cash.sqldelight:sqlite-3-38-dialect to v2.1.0
1 parent c51f60b commit 8ad78a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android", versi
9393
sqldelight-android-driver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
9494
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions-jvm", version.ref = "sqldelight" }
9595
sqldelight-android-paging = { module = "app.cash.sqldelight:androidx-paging3-extensions", version.ref = "sqldelight" }
96-
sqldelight-dialects-sql = { module = "app.cash.sqldelight:sqlite-3-38-dialect", version = "2.0.2" }
96+
sqldelight-dialects-sql = { module = "app.cash.sqldelight:sqlite-3-38-dialect", version = "2.1.0" }
9797

9898
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
9999
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }

0 commit comments

Comments
 (0)