diff --git a/project/build.properties b/project/build.properties index 6d441921c8..c0bab04941 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.4 +sbt.version=1.2.8 diff --git a/project/plugins.sbt b/project/plugins.sbt index fd024b96bf..8c4bc17195 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ resolvers += Resolver.typesafeRepo("releases") -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.10") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.22") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")