Skip to content

Commit

Permalink
Update sbt-release to 1.0.12 (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and thesamet committed Oct 16, 2019
1 parent 63c9653 commit 3d02f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.29"

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")

Expand Down

0 comments on commit 3d02f3f

Please sign in to comment.