diff --git a/build-with-docker.sh b/build-with-docker.sh index c2760061c4b..9cd324815a3 100755 --- a/build-with-docker.sh +++ b/build-with-docker.sh @@ -13,6 +13,6 @@ GROUP=$(id -g) docker run --mount type=bind,source="$DIR",target=/src -i mozilla/sbt:8u232_1.3.8 /bin/sh -c " cd /src && - COURSIER_CACHE=\"$DIR/target/docker/coursier\" sbt \"-Dsbt.boot.directory=$DIR/target/docker/sbt_cache\" \"set ThisBuild/network := $NETWORK\" packageAll && + sbt --mem 2048 -J-XX:+UseG1GC -Dcoursier.cache=/src/target/docker/coursier -Dsbt.boot.directory=/src/target/docker/sbt_cache \"set ThisBuild/network := $NETWORK\" packageAll && chown -R $USER:$GROUP . " diff --git a/build.sbt b/build.sbt index c2b96bbfa64..b0171ddb4ce 100644 --- a/build.sbt +++ b/build.sbt @@ -117,7 +117,7 @@ inScope(Global)( scalaVersion := "2.13.6", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 3, 7), + V.fallback := (1, 3, 8), organizationHomepage := Some(url("https://wavesplatform.com")), licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))), scalacOptions ++= Seq(