mirror of https://github.com/sbt/sbt.git
Bump plugins
This commit is contained in:
parent
70dad11384
commit
7c7f236bcc
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
plugins_(
|
||||
"io.get-coursier" % "sbt-coursier" % coursierVersion,
|
||||
"com.typesafe" % "sbt-mima-plugin" % "0.1.13",
|
||||
"com.typesafe" % "sbt-mima-plugin" % "0.1.14",
|
||||
"org.xerial.sbt" % "sbt-pack" % "0.8.2",
|
||||
"com.jsuereth" % "sbt-pgp" % "1.0.0",
|
||||
"com.typesafe.sbt" % "sbt-proguard" % "0.2.2",
|
||||
"com.github.gseitz" % "sbt-release" % "1.0.4",
|
||||
"com.jsuereth" % "sbt-pgp" % "1.0.1",
|
||||
"com.typesafe.sbt" % "sbt-proguard" % "0.2.3",
|
||||
"com.github.gseitz" % "sbt-release" % "1.0.5",
|
||||
"org.scala-js" % "sbt-scalajs" % "0.6.16",
|
||||
"org.scoverage" % "sbt-scoverage" % "1.4.0",
|
||||
"io.get-coursier" % "sbt-shading" % coursierVersion,
|
||||
|
|
|
|||
Loading…
Reference in New Issue