We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d8648 commit 5a38316Copy full SHA for 5a38316
project/plugins.sbt
@@ -2,4 +2,7 @@ resolvers += Resolver.jcenterRepo
2
3
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
4
5
-addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "13.0.2")
+// Temporary until maven central sync, to be removed
6
+resolvers += Resolver.sonatypeRepo("releases")
7
+
8
+addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "13.0.3")
0 commit comments