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 37368db commit 336dec3Copy full SHA for 336dec3
project/plugins.sbt
@@ -1,5 +1,7 @@
1
import sbt._
2
3
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
4
5
-addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "13.0.2")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
6
+
7
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
0 commit comments