Skip to content

Commit

Permalink
[Chore] Rollback to sbt to 1.3 (+ increase CircleCI memory)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoAlic committed Sep 14, 2020
1 parent e4019c9 commit f03b312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
environment:
- SBT: "sbt -v -mem 2048 -J-Xmx4g -J-Xss10M"
- SBT: "sbt -v -mem 8192 J-Xss10M"
docker:
- image: rtkaczyk/mantis-circleci:v6
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version = 1.2.8
sbt.version = 1.3.13
@@ -1 +1 @@
-Dconfig.file=./conf/rpc-test-private.conf -Dlogback.configurationFile=./conf/rpc-test-logback.xml -J-Xmx4g -J-Xss10M
-Dconfig.file=./conf/rpc-test-private.conf -Dlogback.configurationFile=./conf/rpc-test-logback.xml -J-Xss10M

0 comments on commit f03b312

Please sign in to comment.