fix build

This commit is contained in:
Mark Harrah 2012-02-21 22:47:07 -05:00
parent 509d8b7280
commit edf7cb228c
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ object Sbt extends Build
target <<= (target, scalaVersion) { (base, sv) => base / ("precompiled_" + sv) },
scalacOptions := Nil,
crossPaths := false,
ivyScala ~= { _.map(_.copy(checkExplicit = false, overrideScalaVersion = false)) },
conflictWarning ~= { _.copy(filter = const(false)) },
exportedProducts in Compile := Nil,
exportedProducts in Test := Nil,
libraryDependencies <+= scalaVersion( "org.scala-lang" % "scala-compiler" % _ % "provided"),