Closed schleichardt closed 11 years ago
Is ScctPlugin.instrumentSettings just the same as seq(ScctPlugin.instrumentSettings : _*) but simpler?
ScctPlugin.instrumentSettings
seq(ScctPlugin.instrumentSettings : _*)
Coverage remained the same when pulling 24bd1536aba4d0f6aa05aa78904ea62349f40b08 on schleichardt:patch-1 into b936aad75dba8a0e8c7f89e4e65e525f63c68d33 on SCCT:master.
@schleichardt thank you I guess people using Build.scala files still need to use seq(ScctPlugin.instrumentSettings : _*)
Is
ScctPlugin.instrumentSettings
just the same asseq(ScctPlugin.instrumentSettings : _*)
but simpler?