Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.sqldelight:gradle-plugin to…
Browse files Browse the repository at this point in the history
… v1.5.5
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent 0ecd87e commit e2c5977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.android.tools.build:gradle:7.1.0-beta04")
classpath("org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion")
classpath("com.squareup.sqldelight:gradle-plugin:1.5.1")
classpath("com.squareup.sqldelight:gradle-plugin:1.5.5")
}
}

Expand Down

0 comments on commit e2c5977

Please sign in to comment.