diff --git a/config/build.sbt b/config/build.sbt index 4d71ab09..17a27ec3 100644 --- a/config/build.sbt +++ b/config/build.sbt @@ -12,6 +12,8 @@ fork in run in Test := true autoScalaLibrary := false +crossPaths := false + libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test" libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"