~jan0sch/smederee
Showing details for patch 4c55c9d8789e1241711c2482686df2f415efb4ed.
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt --- old-smederee/build.sbt 2025-01-30 15:43:25.360725424 +0000 +++ new-smederee/build.sbt 2025-01-30 15:43:25.360725424 +0000 @@ -169,6 +169,7 @@ headerSettings(IntegrationTest), inConfig(IntegrationTest)(scalafmtSettings), IntegrationTest / console / scalacOptions --= Seq("-Xfatal-warnings"), + IntegrationTest / fork := true, IntegrationTest / parallelExecution := false, libraryDependencies ++= Seq( library.apacheSshdCore, @@ -332,6 +333,7 @@ headerSettings(IntegrationTest), inConfig(IntegrationTest)(scalafmtSettings), IntegrationTest / console / scalacOptions --= Seq("-Xfatal-warnings"), + IntegrationTest / fork := true, IntegrationTest / parallelExecution := false, libraryDependencies ++= Seq( library.catsCore,