diff --git a/build.sbt b/build.sbt index 2e00787..9d9a090 100644 --- a/build.sbt +++ b/build.sbt @@ -98,10 +98,6 @@ ThisBuild / scalacOptions ++= Seq( "-language:postfixOps" ) -Defaults.itSettings - -configs(IntegrationTest) - ThisBuild / homepage := Some(url("https://github.com/mdedetrich/pekko-streams-circe")) ThisBuild / scmInfo := Some( @@ -159,8 +155,6 @@ ThisBuild / scalacOptions ++= { } else Seq.empty } -IntegrationTest / parallelExecution := false - ThisBuild / githubWorkflowTargetBranches := Seq("main") // Once we have branches per version, add the pattern here ThisBuild / githubWorkflowBuild := Seq(