mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
chore(deps): update dependency com.twitter.compose.rules:detekt to v0.0.21
This commit is contained in:
parent
2cc9e38e77
commit
46f4d9a397
1 changed files with 1 additions and 1 deletions
|
@ -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.20"
|
||||
private const val TWITTER_RULES_VERSION = "0.0.21"
|
||||
|
||||
fun apply(project: Project) {
|
||||
project.pluginManager.apply(DetektPlugin::class.java)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue