Skip to content

Commit

Permalink
Upgrades ktlint to version 0.45.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
musichin authored Mar 21, 2022
1 parent 5c7b6c3 commit 6f529c9
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 @@ -12,7 +12,7 @@ repositories {
}

dependencies {
implementation("com.pinterest.ktlint:ktlint-core:0.45.0")
implementation("com.pinterest.ktlint:ktlint-core:0.45.1")
testImplementation(kotlin("test"))
}

Expand Down

0 comments on commit 6f529c9

Please sign in to comment.