Skip to content

Commit 3a69902

Browse files
committed
update build
remove dialect dependency
1 parent 6a5092a commit 3a69902

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ repositories {
1616

1717
dependencies {
1818
implementation(libs.sqldelight.jdbc.driver)
19-
implementation(libs.google.truth)
20-
api(libs.sqldelight.postgresql.dialect)
19+
implementation(libs.postgresql.jdbc.driver)
2120
testImplementation(kotlin("test"))
2221
}
2322

0 commit comments

Comments
 (0)