diff --git a/build.sbt b/build.sbt index 0a43dc0a90..ab30d7a8de 100755 --- a/build.sbt +++ b/build.sbt @@ -855,8 +855,8 @@ lazy val tests = project scalaTest % Test, akkaSlf4j % Test, alpakkaSse % Test, - fs2Aws % Test, - fs2AwsS3 % Test + fs2Aws % Test, + fs2AwsS3 % Test ), scalacOptions ~= { options: Seq[String] => options.filterNot(Set("-Wunused:imports")) }, Test / parallelExecution := false,