Skip to content

Commit

Permalink
Update ZIO version and increase SBT memory (#475)
Browse files Browse the repository at this point in the history
* Update ZIO version and increase SBT memory

* Increase `Xms`
  • Loading branch information
kyri-petrou authored Apr 12, 2024
1 parent edc9414 commit 6e2a3fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .sbtopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-J-Xms1G
-J-Xmx3G
-J-XX:+UseG1GC
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crossScalaVersions := Seq.empty
inThisBuild(
List(
name := "ZIO Query",
zioVersion := "2.0.21",
zioVersion := "2.0.22",
developers := List(
Developer(
"kyri-petrou",
Expand Down

0 comments on commit 6e2a3fe

Please sign in to comment.