From 3d7adbe509d3b21891b2b65431ea51ba251859ca Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:55:29 +0200 Subject: [PATCH] Fix indent --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 821320645..ffc8b9780 100644 --- a/build.sbt +++ b/build.sbt @@ -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