updating to detekt 1.14.1 fails for me with: ``` C...
# detekt
r
updating to detekt 1.14.1 fails for me with:
Copy code
Could not find io.gitlab.arturbosch.detekt:detekt-bom:1.14.1.
              Searched in the following locations:
                - <https://plugins.gradle.org/m2/io/gitlab/arturbosch/detekt/detekt-bom/1.14.1/detekt-bom-1.14.1.pom>
                - <https://repo.maven.apache.org/maven2/io/gitlab/arturbosch/detekt/detekt-bom/1.14.1/detekt-bom-1.14.1.pom>
                - <https://jcenter.bintray.com/io/gitlab/arturbosch/detekt/detekt-bom/1.14.1/detekt-bom-1.14.1.pom>
is this version not yet published?
g
yes seems like something went wrong during the publishing. You can follow up here https://github.com/detekt/detekt/pull/3120#pullrequestreview-500030750
Now it should work 👍
r
I can confirm, it works now 🙂