mirror of https://github.com/sbt/sbt.git
Use published version of SBinary
This commit is contained in:
parent
80780d9bec
commit
36208ecac4
Binary file not shown.
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue