Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jul 5, 2024
1 parent 13135d1 commit 3d7adbe
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 @@ -317,8 +317,8 @@ lazy val tests = project
// Workaround for Scala 3 cross-java-compile issue (disabling compilation of Java tests on Scala 3 for now)
// https://github.com/scala/scala3/issues/20026
(if (scalaVersion.value.startsWith("3"))
(Test / unmanagedSources).value.filterNot(_.name == "TestkitTestcontainersTest.java")
else (Test / unmanagedSources).value)
(Test / unmanagedSources).value.filterNot(_.name == "TestkitTestcontainersTest.java")
else (Test / unmanagedSources).value)
)

lazy val `integration-tests` = project
Expand Down

0 comments on commit 3d7adbe

Please sign in to comment.