We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21226ca commit 35f81d3Copy full SHA for 35f81d3
build.sbt
@@ -58,13 +58,6 @@ lazy val standardSettings = Def.settings(
58
"org.specs2" %% "specs2-scalacheck" % "4.20.9" % "test"
59
)
60
},
61
- conflictWarning := {
62
- if (scalaBinaryVersion.value == "3") {
63
- ConflictWarning("warn", Level.Warn, false)
64
- } else {
65
- conflictWarning.value
66
- }
67
- },
68
Test / publishArtifact := false,
69
pomExtra := (
70
<url>https://github.com/folone/poi.scala</url>
0 commit comments