Skip to content

Commit

Permalink
Maybe this folklore from the internet works
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Childers committed Sep 1, 2017
1 parent eb06175 commit 773a5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ lazy val framelessSettings = Seq(
"com.chuusai" %% "shapeless" % shapeless,
"org.scalatest" %% "scalatest" % scalatest % "test",
"org.scalacheck" %% "scalacheck" % scalacheck % "test"),
javaOptions in Test ++= Seq("-Xmx1G"),
fork in Test := true,
parallelExecution in Test := false
)
Expand Down

0 comments on commit 773a5ec

Please sign in to comment.