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

This commit is contained in:
renovate[bot] 2022-11-09 14:36:56 +00:00 committed by GitHub
parent 5700b2150e
commit 247949f92e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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