Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dantb committed Apr 22, 2024
1 parent 412aa5d commit 265232a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 265232a

Please sign in to comment.