diff --git a/project/build.properties b/project/build.properties index 394cb75cf..8b697bbb9 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.0.4 +sbt.version=1.1.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 5b93ada2c..154cdd7ec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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",