Skip to content

Commit 0a9e7e5

Browse files
committed
Updated plugins for release
1 parent 90a44fe commit 0a9e7e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/plugins.sbt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
22

33
libraryDependencies <+= sbtVersion(v => "org.scala-sbt" % "scripted-plugin" % v)
4+
5+
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
6+
7+
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")

0 commit comments

Comments
 (0)