Skip to content

Commit

Permalink
Update dependency dev.schlaubi:gradle-plugin to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 2af9b6c commit bd80090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
dependencies {
implementation(kotlin("gradle-plugin-api", libs.versions.kotlin.get()))
implementation(kotlin("gradle-plugin", libs.versions.kotlin.get()))
implementation("dev.schlaubi", "gradle-plugin", "1.0.0")
implementation("dev.schlaubi", "gradle-plugin", "3.25.0")
implementation("com.google.devtools.ksp", "com.google.devtools.ksp.gradle.plugin", libs.versions.ksp.get())
implementation("org.jlleitschuh.gradle", "ktlint-gradle", "11.4.0")
implementation("com.github.gmazzo", "gradle-buildconfig-plugin", "3.1.0")
Expand Down

0 comments on commit bd80090

Please sign in to comment.