Skip to content

Commit

Permalink
Add IntegrationTest settings (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Dec 27, 2022
1 parent 71d1e5a commit 1400d2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
@@ -1,3 +1,5 @@
import org.scalafmt.sbt.ScalafmtPlugin

import scala.annotation.nowarn

// General info
Expand All @@ -15,6 +17,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty

lazy val commonSettings = Defaults.itSettings ++
headerSettings(Configurations.IntegrationTest) ++
inConfig(IntegrationTest)(ScalafmtPlugin.scalafmtConfigSettings) ++
Seq(
organization := "fr.davit",
organizationName := "Michel Davit",
Expand Down

0 comments on commit 1400d2c

Please sign in to comment.