feat(deps): switch to Nacho's compose-rules fork

He is continuining maintenance of the work he started at Twitter.
This commit is contained in:
Harsh Shandilya 2023-02-10 22:28:03 +05:30
parent 4c44df3136
commit 9638c8bab5
No known key found for this signature in database
3 changed files with 5 additions and 7 deletions

View file

@ -55,10 +55,10 @@
"Detekt\.kt$"
],
"matchStrings": [
"TWITTER_RULES_VERSION = \"(?<currentValue>.*)\""
"COMPOSE_RULES_VERSION = \"(?<currentValue>.*)\""
],
"datasourceTemplate": "maven",
"depNameTemplate": "com.twitter.compose.rules:detekt",
"depNameTemplate": "io.nlopez.compose.rules:detekt",
"registryUrlTemplate": "https://repo1.maven.org/maven2/",
},
{