Skip to content

Commit

Permalink
Merge pull request #3 from chrismgrayftsinc/main
Browse files Browse the repository at this point in the history
Upgrade detekt version to one that doesn't depend on disappeared depndency.
  • Loading branch information
dustinsand committed Aug 16, 2021
2 parents eb2ad97 + b3fc8bd commit 9f69da7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-channel/detekt.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"mainClass" : "io.gitlab.arturbosch.detekt.cli.Main",
"repositories": [
"central",
"https://kotlin.bintray.com/kotlinx"
"central"
],
"dependencies": [
"io.gitlab.arturbosch.detekt:detekt-cli:1.14.2"
"io.gitlab.arturbosch.detekt:detekt-cli:1.18.0"
]
}
}

0 comments on commit 9f69da7

Please sign in to comment.