Skip to content

Commit

Permalink
Update sbt-release to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2019
1 parent dfe2eb5 commit e3627dc
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 e3627dc

Please sign in to comment.