File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,7 @@ lazy val xml = crossProject.in(file("."))
29
29
libraryDependencies += " junit" % " junit" % " 4.11" % " test" ,
30
30
libraryDependencies += " com.novocode" % " junit-interface" % " 0.10" % " test" ,
31
31
libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" ).exclude(" org.scala-lang.modules" , s " scala-xml_ ${scalaVersion.value}" ),
32
- mimaPreviousVersion := Some (" 1.0.5" ),
33
- // You cannot disable JVM test forking when working on scala modules
34
- // that are distributed with the compiler because of an SBT
35
- // classloader leaking issue (scala/scala-xml#20 and #112).
36
- fork in Test := true ): _* )
32
+ mimaPreviousVersion := Some (" 1.0.5" )): _* )
37
33
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin ))
38
34
39
35
lazy val xmlJVM = xml.jvm
You can’t perform that action at this time.
0 commit comments