File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/scala/sbtbuildinfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ package object sbtbuildinfo {
54
54
55
55
def taskImpl (key : Tree ): Tree = {
56
56
val A = key.tpe.typeArgs.head
57
- q " $BuildInfoKey.taskValue[ $A]( $key.taskValue)( $key.key.manifest.typeArguments.head.asInstanceOf[Manifest[ $A]]) "
57
+ q " $BuildInfoKey.taskValue[ $A]( $key.taskValue)( $key.key.manifest.typeArguments.head.asInstanceOf[_root_.scala.reflect. Manifest[ $A]]) "
58
58
}
59
59
60
60
@ deprecated(" No longer used" , " 0.9.0" )
@@ -66,7 +66,7 @@ package object sbtbuildinfo {
66
66
67
67
case tpe if tpe <:< typeOf[TaskKey [_]] =>
68
68
val A = tpe.typeArgs.head
69
- q " $BuildInfoKey.taskValue[ $A]( $x.taskValue)( $x.key.manifest.typeArguments.head.asInstanceOf[Manifest[ $A]]) "
69
+ q " $BuildInfoKey.taskValue[ $A]( $x.taskValue)( $x.key.manifest.typeArguments.head.asInstanceOf[_root_.scala.reflect. Manifest[ $A]]) "
70
70
71
71
case tpe if tpe <:< typeOf[(_, _)] =>
72
72
val A = tpe.typeArgs.tail.head
You can’t perform that action at this time.
0 commit comments