From 66699fcfaf43df985389484af05d91c36e404522 Mon Sep 17 00:00:00 2001 From: Antonio Alonso Dominguez Date: Thu, 11 Apr 2019 20:41:07 +0100 Subject: [PATCH] fork JVM during test phase --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e58ea593..c3d30296 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ val commonSettings = Def.settings( ) ++ unusedWarning lazy val commonJvmSettings = Seq( - fork in Test := false + fork in Test := true ) lazy val commonJsSettings = Seq(