We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098dd3f commit 99e5200Copy full SHA for 99e5200
build.sbt
@@ -37,8 +37,3 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
37
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaVersion.value}")
38
39
mimaPreviousVersion := Some("1.0.5")
40
-
41
-// You cannot disable JVM test forking when working on scala modules
42
-// that are distributed with the compiler because of an SBT
43
-// classloader leaking issue (scala/scala-xml#20 and #112).
44
-fork in Test := true
0 commit comments