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