mirror of https://github.com/sbt/sbt.git
Add utilTesting to root
This commit is contained in:
parent
0a2d39673c
commit
cf6e656a67
|
|
@ -37,7 +37,7 @@ lazy val utilRoot: Project = (project in file(".")).
|
|||
// configs(Sxr.sxrConf).
|
||||
aggregate(
|
||||
utilInterface, utilControl, utilCollection, utilApplyMacro, utilComplete,
|
||||
utilLogging, utilRelation, utilLogic, utilCache, utilTracking
|
||||
utilLogging, utilRelation, utilLogic, utilCache, utilTracking, utilTesting
|
||||
).
|
||||
settings(
|
||||
inThisBuild(Seq(
|
||||
|
|
|
|||
Loading…
Reference in New Issue