Skip to content

Commit

Permalink
Merge pull request #109 from scala-steward/update/sbt-release-1.0.11
Browse files Browse the repository at this point in the history
Update sbt-release to 1.0.11
  • Loading branch information
leonmaia authored Feb 15, 2019
2 parents 891fb85 + 651e141 commit ef3fb28
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 @@ -4,7 +4,7 @@ resolvers ++= Seq(
)

addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.10")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
Expand Down

0 comments on commit ef3fb28

Please sign in to comment.