We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8dbefc + d900166 commit 6b189eaCopy full SHA for 6b189ea
build.sbt
@@ -13,6 +13,9 @@ scalaModuleOsgiSettings
13
14
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}")
15
16
+// needed to fix classloader issues (see scala-xml#20)
17
+fork in Test := true
18
+
19
libraryDependencies += "junit" % "junit" % "4.11" % "test"
20
21
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
0 commit comments