Skip to content

Commit bc859b1

Browse files
committed
better to confine -Xxml:coalescing to in Test
1 parent 5fae850 commit bc859b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ scalaVersion := crossScalaVersions.value.head
1111
crossScalaVersions := Seq("2.11.7", "2.12.0-M2")
1212

1313
//scalacOptions ++= "-deprecation:false -feature -Xlint:-stars-align,-nullary-unit,_ -Xfatal-warnings -Xxml:coalescing".split("\\s+").to[Seq]
14-
scalacOptions ++= "-deprecation:false -feature -Xlint:-stars-align,-nullary-unit,_ -Xxml:coalescing".split("\\s+").to[Seq]
14+
scalacOptions ++= "-deprecation:false -feature -Xlint:-stars-align,-nullary-unit,_".split("\\s+").to[Seq]
15+
16+
scalacOptions in Test += "-Xxml:coalescing"
1517

1618
// important!! must come here (why?)
1719
scalaModuleOsgiSettings

0 commit comments

Comments
 (0)