Skip to content

Commit

Permalink
Update dependency com.pinterest:ktlint to v0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2023
1 parent 6f4c8ac commit 4292f64
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 @@ -65,7 +65,7 @@ val licenseText = Files.readString(project.projectDir.resolve("gradle").resolve(
val kotlinLicenseHeader = "/*\n${licenseText.trimEnd().lines().joinToString("\n") { " $it".trimEnd() }}\n*/\n\n"

spotless {
val ktlintVersion = "0.48.2"
val ktlintVersion = "0.49.1"

kotlin {
ktlint(ktlintVersion)
Expand Down

0 comments on commit 4292f64

Please sign in to comment.