mirror of https://github.com/sbt/sbt.git
add ProjectExtra to TestProject
This commit is contained in:
parent
3a8235a614
commit
3db480c611
|
|
@ -2,4 +2,4 @@ package sbt
|
|||
|
||||
import std._
|
||||
|
||||
trait TestProject extends Project with ReflectiveProject with ProjectConstructors with TaskExtra with Types with LastOutput with PrintTask
|
||||
trait TestProject extends Project with ReflectiveProject with ProjectConstructors with TaskExtra with Types with LastOutput with PrintTask with ProjectExtra
|
||||
Loading…
Reference in New Issue