diff --git a/build.sbt b/build.sbt index 4cedf64..50fc5a4 100644 --- a/build.sbt +++ b/build.sbt @@ -35,4 +35,4 @@ libraryDependencies += "io.gatling" % "gatling-test-framework" % " // scalaFmt scalafmtOnCompile := true -fork := true +Test / fork := true