Skip to content

Commit 336dec3

Browse files
committed
Add missing plugins
1 parent 37368db commit 336dec3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project/plugins.sbt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import sbt._
22

3-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
44

5-
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "13.0.2")
5+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
6+
7+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")

0 commit comments

Comments
 (0)