Skip to content

Commit

Permalink
Update dependency com.pinterest:ktlint to v0.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 21, 2022
1 parent d6a3c9c commit e45f72f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fun Project.configureSpotless() {

kotlinGradle {
target("*.gradle.kts", "gradle/*.gradle.kts", "buildSrc/*.gradle.kts")
ktlint("0.44.0")
ktlint("0.45.1")

@Suppress("INACCESSIBLE_TYPE")
licenseHeader(kotlinLicenseHeader, "import|tasks|apply|plugins|rootProject")
Expand All @@ -80,7 +80,7 @@ fun Project.configureSpotless() {

kotlin {
target("src/**/*.kt", "buildSrc/**/*.kt")
ktlint("0.44.0")
ktlint("0.45.1")

@Suppress("INACCESSIBLE_TYPE")
licenseHeader(kotlinLicenseHeader)
Expand Down

0 comments on commit e45f72f

Please sign in to comment.