Skip to content

Commit 35f81d3

Browse files
committed
remove conflictWarning
1 parent 21226ca commit 35f81d3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.sbt

-7
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ lazy val standardSettings = Def.settings(
5858
"org.specs2" %% "specs2-scalacheck" % "4.20.9" % "test"
5959
)
6060
},
61-
conflictWarning := {
62-
if (scalaBinaryVersion.value == "3") {
63-
ConflictWarning("warn", Level.Warn, false)
64-
} else {
65-
conflictWarning.value
66-
}
67-
},
6861
Test / publishArtifact := false,
6962
pomExtra := (
7063
<url>https://github.com/folone/poi.scala</url>

0 commit comments

Comments
 (0)