Skip to content

Commit

Permalink
Merge pull request #732 from scala-steward/update/sbt-release-1.0.12
Browse files Browse the repository at this point in the history
Update sbt-release to 1.0.12
  • Loading branch information
sritchie authored Oct 16, 2019
2 parents dfe2eb5 + e3627dc commit d17ba89
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 @@ -7,7 +7,7 @@ resolvers ++= Seq(

addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
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")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.7")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
Expand Down

0 comments on commit d17ba89

Please sign in to comment.