Use published version of SBinary

This commit is contained in:
Mark Harrah 2010-01-25 23:06:23 -05:00
parent 80780d9bec
commit 36208ecac4
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -106,6 +106,7 @@ class XSbt(info: ProjectInfo) extends ParentProject(info)
{
// these compilation options are useful for debugging caches and task composition
//override def compileOptions = super.compileOptions ++ List(Unchecked,ExplainTypes, CompileOption("-Xlog-implicits"))
val sbinary = "org.scala-tools.sbinary" %% "sbinary" % "0.3"
}
class Base(info: ProjectInfo) extends DefaultProject(info) with ManagedBase with Component
{