Skip to content

Commit

Permalink
remove conflictWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Dec 19, 2024
1 parent 21226ca commit 35f81d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ lazy val standardSettings = Def.settings(
"org.specs2" %% "specs2-scalacheck" % "4.20.9" % "test"
)
},
conflictWarning := {
if (scalaBinaryVersion.value == "3") {
ConflictWarning("warn", Level.Warn, false)
} else {
conflictWarning.value
}
},
Test / publishArtifact := false,
pomExtra := (
<url>https://github.com/folone/poi.scala</url>
Expand Down

0 comments on commit 35f81d3

Please sign in to comment.