Skip to content

Commit

Permalink
Remove version number for org.jlleitschuh.gradle.ktlint (#200)
Browse files Browse the repository at this point in the history
* Update dependency org.jlleitschuh.gradle.ktlint to v12

* Remove version number for ktlint-gradle

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicola Corti <[email protected]>
  • Loading branch information
renovate[bot] and cortinico authored Dec 2, 2023
1 parent 14769aa commit 3d05704
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ detekt = "1.23.4"
espresso_core = "3.5.1"
junit = "4.13.2"
kotlin = "1.9.20"
ktlint_gradle = "11.6.1"
min_sdk_version = "21"
target_sdk_version = "34"
benmanesversion = "0.50.0"
Expand Down Expand Up @@ -41,5 +40,4 @@ kgp = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kot

[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint.gradle" }
versions = { id = "com.github.ben-manes.versions", version.ref = "benmanesversion" }

0 comments on commit 3d05704

Please sign in to comment.