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 Sep 29, 2024
1 parent 9c0bd16 commit 8218f14
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.37.4")
implementation("com.google.devtools.ksp", "com.google.devtools.ksp.gradle.plugin", libs.versions.ksp.get())
implementation("org.jlleitschuh.gradle", "ktlint-gradle", "12.1.1")
implementation("com.github.gmazzo", "gradle-buildconfig-plugin", "3.1.0")
Expand Down

0 comments on commit 8218f14

Please sign in to comment.