chore(deps): update dependency com.twitter.compose.rules:detekt to v0.0.22

This commit is contained in:
renovate[bot] 2022-10-19 20:33:12 +00:00 committed by GitHub
parent 46f4d9a397
commit 765a7f6f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ import org.gradle.api.Project
import org.gradle.kotlin.dsl.configure
object Detekt {
private const val TWITTER_RULES_VERSION = "0.0.21"
private const val TWITTER_RULES_VERSION = "0.0.22"
fun apply(project: Project) {
project.pluginManager.apply(DetektPlugin::class.java)