mirror of https://github.com/sbt/sbt.git
Change TaskRunner to throw an exception instead of using Either
This commit is contained in:
parent
f83d59b8cc
commit
3c9cc8a944
|
|
@ -9,7 +9,7 @@ trait Cache[I,O]
|
||||||
}
|
}
|
||||||
trait SBinaryFormats extends CollectionTypes with JavaFormats with NotNull
|
trait SBinaryFormats extends CollectionTypes with JavaFormats with NotNull
|
||||||
{
|
{
|
||||||
//TODO: add basic types minus FileFormat
|
//TODO: add basic types from SBinary minus FileFormat
|
||||||
}
|
}
|
||||||
object Cache extends BasicCacheImplicits with SBinaryFormats with HListCacheImplicits
|
object Cache extends BasicCacheImplicits with SBinaryFormats with HListCacheImplicits
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue