Skip to content

Commit

Permalink
Version 1.3.8 (Mainnet + Testnet + Stagenet) (#3550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nazarov committed Sep 24, 2021
1 parent 102a53a commit 1e261c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-with-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
"
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1e261c5

Please sign in to comment.