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 7cfe693 commit e955b2eCopy full SHA for e955b2e
project/plugins.sbt
@@ -1,5 +1,7 @@
1
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
2
3
+addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
4
+
5
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")
6
7
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
version.sbt
@@ -1 +1 @@
-version in ThisBuild := "1.3.333"
+version in ThisBuild := "1.3.3"
0 commit comments