Skip to content

Commit

Permalink
Merge pull request typelevel#872 from scala-steward/update/sbt-releas…
Browse files Browse the repository at this point in the history
…e-1.0.13

Update sbt-release to 1.0.13
  • Loading branch information
larsrh authored Jan 27, 2020
2 parents 2d450dc + 6ef8b14 commit a99807e
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
@@ -1,7 +1,7 @@
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
Expand Down

0 comments on commit a99807e

Please sign in to comment.