Skip to content

Commit

Permalink
chore: bump detekt to 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed Apr 2, 2024
1 parent 46b6560 commit 14ccee9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/scripts/quality.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

package scripts

import findVersion
import io.gitlab.arturbosch.detekt.Detekt
import io.gitlab.arturbosch.detekt.DetektCreateBaselineTask

Expand All @@ -28,7 +29,7 @@ plugins {
}

dependencies {
val detektVersion = "1.19.0"
val detektVersion = findVersion("detekt").requiredVersion
detekt("io.gitlab.arturbosch.detekt:detekt-cli:$detektVersion")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:$detektVersion")
detektPlugins("com.wire:detekt-rules:1.0.0-SNAPSHOT") {
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ktx-immutableCollections = "0.3.5"
ktx-serialization = "1.5.1"

# Android Core / Architecture
detekt = "1.23.6"
google-gms = "4.4.1"
gms-location = "21.1.0"
android-gradlePlugin = "8.2.0"
Expand Down
2 changes: 1 addition & 1 deletion kalium

0 comments on commit 14ccee9

Please sign in to comment.