Skip to content

Commit a3504ed

Browse files
Bump app.cash.sqldelight from 2.0.0-alpha03 to 2.0.0-alpha04 (#71)
* Bump sqldelight to 2.0.0-alpha04 * Update build.gradle.kts Co-authored-by: hfhbd <[email protected]> Co-authored-by: Philip Wedemann <[email protected]>
1 parent 7d41a98 commit a3504ed

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
1010
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.11.1"
1111
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
12-
id("app.cash.sqldelight") version "2.0.0-alpha03" apply false
12+
id("app.cash.sqldelight") version "2.0.0-alpha04" apply false
1313
id("app.cash.licensee") version "1.5.0" apply false
1414
}
1515

postgres-native-sqldelight-dialect/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ repositories {
1818
}
1919

2020
dependencies {
21-
api("app.cash.sqldelight:postgresql-dialect:2.0.0-alpha03")
21+
api("app.cash.sqldelight:postgresql-dialect:2.0.0-alpha04")
2222

23-
compileOnly("app.cash.sqldelight:dialect-api:2.0.0-alpha03")
23+
compileOnly("app.cash.sqldelight:dialect-api:2.0.0-alpha04")
2424

2525
val idea = "222.4167.33"
2626
compileOnly("com.jetbrains.intellij.platform:core-impl:$idea")

postgres-native-sqldelight-dialect/src/main/kotlin/app/softwork/sqldelight/postgresdialect/PostgresNativeDialect.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import com.squareup.kotlinpoet.*
88

99
public class PostgresNativeDialect : SqlDelightDialect by PostgreSqlDialect() {
1010
override val runtimeTypes: RuntimeTypes = RuntimeTypes(
11-
driverType = ClassName("app.softwork.sqldelight.postgresdriver", "PostgresNativeDriver"),
1211
cursorType = ClassName("app.softwork.sqldelight.postgresdriver", "PostgresCursor"),
1312
preparedStatementType = ClassName("app.softwork.sqldelight.postgresdriver", "PostgresPreparedStatement")
1413
)

testing/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins {
55

66
repositories {
77
mavenCentral()
8-
maven(url = "https://www.jetbrains.com/intellij-repository/releases")
9-
maven(url = "https://cache-redirector.jetbrains.com/intellij-dependencies")
108
}
119

1210
kotlin {

0 commit comments

Comments
 (0)