From af14642cb8cc69f89b1e89ee2690c8ba0f0dcafa Mon Sep 17 00:00:00 2001 From: Alexey Rykhalskiy Date: Fri, 15 Sep 2023 10:10:28 +0300 Subject: [PATCH] -- sbt 1.9.5 migration --- .sbtopts | 4 +++- project/build.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.sbtopts b/.sbtopts index 3f0ac36d..f3809a7b 100644 --- a/.sbtopts +++ b/.sbtopts @@ -1,3 +1,5 @@ -J-Xms2G -J-Xmx6G --J-Xss4M \ No newline at end of file +-J-Xss4M +-J-XX:+UseG1GC +-J-Duser.timezone=GMT diff --git a/project/build.properties b/project/build.properties index 30409871..51b51fce 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.4 +sbt.version=1.9.5