Update sbt plugins (#792)

sbt-release 1.0.7, sbt-sonatype 2.3, sbt-updates 0.3.4
This commit is contained in:
Sean Sullivan 2018-02-26 11:02:01 +01:00 committed by Alexandre Archambault
parent 76768c3479
commit 2747d1e55a
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
2 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@ plugins_(
"org.xerial.sbt" % "sbt-pack" % "0.10.1",
"com.jsuereth" % "sbt-pgp" % "1.1.0",
"com.lightbend.sbt" % "sbt-proguard" % "0.3.0",
"com.github.gseitz" % "sbt-release" % "1.0.6",
"com.github.gseitz" % "sbt-release" % "1.0.7",
"org.scala-js" % "sbt-scalajs" % "0.6.20",
"io.get-coursier" % "sbt-shading" % coursierVersion,
"org.xerial.sbt" % "sbt-sonatype" % "2.0",
"com.timushev.sbt" % "sbt-updates" % "0.3.3",
"org.xerial.sbt" % "sbt-sonatype" % "2.3",
"com.timushev.sbt" % "sbt-updates" % "0.3.4",
"org.tpolecat" % "tut-plugin" % "0.6.1"
)

View File

@ -1,5 +1,5 @@
addSbtCoursier
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.3")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")
// required for just released things
resolvers += Resolver.sonatypeRepo("releases")