Skip to content

Commit

Permalink
Update dependency org.jlleitschuh.gradle:ktlint-gradle to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 5, 2024
1 parent 21e095c commit 7f459a8
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 @@ -16,7 +16,7 @@ dependencies {
implementation(kotlin("gradle-plugin", libs.versions.kotlin.get()))
implementation("dev.schlaubi", "gradle-plugin", "1.0.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("org.jlleitschuh.gradle", "ktlint-gradle", "12.1.0")
implementation("com.github.gmazzo", "gradle-buildconfig-plugin", "3.1.0")
implementation("gradle.plugin.com.google.cloud.artifactregistry", "artifactregistry-gradle-plugin", "2.2.1")
implementation(gradleApi())
Expand Down

0 comments on commit 7f459a8

Please sign in to comment.