Merge pull request #772 from leonardehrenfried/sbt-1.1.1

Upgrade to sbt 1.1.1
This commit is contained in:
Alexandre Archambault 2018-02-09 16:25:47 +01:00 committed by GitHub
commit 4177b0adc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

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",