This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[warn] Update task has failed to cache the report due to null. | |
[warn] Report the following output to sbt: | |
[warn] Update report: | |
[warn] Resolve time: 2579 ms, Download time: 62 ms, Download size: 0 bytes | |
[warn] compile: | |
[warn] com.typesafe.sbt:sbt-native-packager | |
[warn] - 0.7.3 | |
[warn] status: release | |
[warn] publicationDate: Mon Jul 21 20:48:20 CDT 2014 | |
[warn] resolver: sbt-chain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case class Test[A <: Any](t: A) |