Skip to content

Commit

Permalink
chore(gradle): update detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 14, 2020
1 parent 6248e44 commit 5f0d693
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 @@ -13,7 +13,7 @@ plugins {
kotlin("jvm") version "1.4.21"
id("org.jetbrains.compose") version "0.2.0-build128"
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
id("io.gitlab.arturbosch.detekt") version "1.15.0-RC1"
id("io.gitlab.arturbosch.detekt") version "1.15.0-RC2"
}

group = "com.github.xetra11"
Expand Down

0 comments on commit 5f0d693

Please sign in to comment.