Skip to content

Commit

Permalink
changing JVM confs for wider testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cugni committed Dec 9, 2021
1 parent b2c73df commit 1d4812a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ ThisBuild / libraryDependencies ++= Seq(
scalaTest % Test,
mockito % Test)

Test / javaOptions += "-Xmx2G"
Test / fork := true

// Scala compiler settings
ThisBuild / scalaVersion := "2.12.12"
ThisBuild / scalacOptions ++= Seq(
Expand Down

0 comments on commit 1d4812a

Please sign in to comment.