We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ff143 commit f456e87Copy full SHA for f456e87
project/BuildSettings.scala
@@ -37,7 +37,7 @@ object BuildSettings {
37
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
38
case Some((2, n)) if n >= 13 =>
39
List(
40
- "-Wnonunit-statement",
+ "-Wnonunit-statement"
41
// other scalac options for 2.13+
42
)
43
case _ =>
@@ -47,7 +47,7 @@ object BuildSettings {
47
Test / scalacOptions --= (CrossVersion.partialVersion(scalaVersion.value) match {
48
49
50
51
52
53
0 commit comments