Upgrade to sbt 1.1.0, update sbt-pack

This commit is contained in:
Leonard Ehrenfried 2018-01-14 21:08:05 +01:00 committed by Leonard Ehrenfried
parent 2cb42444cd
commit c30421e145
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.1.0

View File

@ -2,7 +2,7 @@
plugins_(
"io.get-coursier" % "sbt-coursier" % coursierVersion,
"com.typesafe" % "sbt-mima-plugin" % "0.1.18",
"org.xerial.sbt" % "sbt-pack" % "0.9.1",
"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",