From 8fd4fa2c1fd24fb3f3b412f74a964e0a320a4e54 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 1 Oct 2019 13:49:02 +0200 Subject: [PATCH] Update sbt to 1.3.2 (#26935) * Don't set a MaxMetaspaceSize for sbt * Update mima as well --- .sbtopts | 1 - project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.sbtopts b/.sbtopts index 9cf6d48dc5..c104c6ca2c 100644 --- a/.sbtopts +++ b/.sbtopts @@ -1,3 +1,2 @@ -J-Xmx3072M -J-Xms1024M --J-XX:MaxMetaspaceSize=512M \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index c0bab04941..8522443ded 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.8 +sbt.version=1.3.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index ff67eab514..94fefe5e2c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.4.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.5") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.7-1") addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")