Skip to content

Commit 6b189ea

Browse files
committed
Merge pull request #13 from gourlaysama/testing
Test locally built scala parser-combinators classes.
2 parents b8dbefc + d900166 commit 6b189ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ scalaModuleOsgiSettings
1313

1414
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}")
1515

16+
// needed to fix classloader issues (see scala-xml#20)
17+
fork in Test := true
18+
1619
libraryDependencies += "junit" % "junit" % "4.11" % "test"
1720

1821
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"

0 commit comments

Comments
 (0)