Skip to content

Commit

Permalink
Update dependency com.pinterest:ktlint to v0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2023
1 parent f53b2da commit f5faca9
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.49.1")
ktlint("0.50.0")

@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.49.1")
ktlint("0.50.0")

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

0 comments on commit f5faca9

Please sign in to comment.