Skip to content

Commit e955b2e

Browse files
committed
Added gpg plugin
1 parent 7cfe693 commit e955b2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
22

3+
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
4+
35
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")
46

57
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.3.333"
1+
version in ThisBuild := "1.3.3"

0 commit comments

Comments
 (0)