Skip to content

Commit

Permalink
Update dependency org.jlleitschuh.gradle:ktlint-gradle to v11.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2023
1 parent 7377276 commit 36b36e8
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 @@ -15,7 +15,7 @@ dependencies {
implementation(kotlin("gradle-plugin", "1.8.10"))
implementation("dev.schlaubi", "gradle-plugin", "1.0.0")
implementation("com.google.devtools.ksp", "com.google.devtools.ksp.gradle.plugin", "1.8.10-1.0.9")
implementation("org.jlleitschuh.gradle", "ktlint-gradle", "11.1.0")
implementation("org.jlleitschuh.gradle", "ktlint-gradle", "11.3.2")
implementation("com.github.gmazzo", "gradle-buildconfig-plugin", "3.1.0")
implementation(gradleApi())
implementation(localGroovy())
Expand Down

0 comments on commit 36b36e8

Please sign in to comment.