aboutsummaryrefslogtreecommitdiff
path: root/plugins/scalatest/ScalaTest.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-29 10:11:14 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-02 02:43:39 -0400
commita09c94e411e28192658eb3f3fbdb7ca223f66709 (patch)
treebf4e05bab7c9a78c734410d414efc0fd7ca2d2f2 /plugins/scalatest/ScalaTest.scala
parent2d73091740528b423259c6190b3ae344a419978a (diff)
downloadcbt-a09c94e411e28192658eb3f3fbdb7ca223f66709.tar.gz
cbt-a09c94e411e28192658eb3f3fbdb7ca223f66709.tar.bz2
cbt-a09c94e411e28192658eb3f3fbdb7ca223f66709.zip
upgrade scalatest plugin to scalatest 2.2.6 and use buildinfo to avoid
version duplication
Diffstat (limited to 'plugins/scalatest/ScalaTest.scala')
-rw-r--r--plugins/scalatest/ScalaTest.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/scalatest/ScalaTest.scala b/plugins/scalatest/ScalaTest.scala
index 87ab16d..dc67183 100644
--- a/plugins/scalatest/ScalaTest.scala
+++ b/plugins/scalatest/ScalaTest.scala
@@ -8,4 +8,6 @@ trait ScalaTest extends BaseBuild{
).invoke( null, exportedClasspath.files.toArray, classLoader )
ExitCode.Success
}
+ ScalaDependency("org.scalatest","scalatest",cbt_plugins.scalaTest.BuildInfo.scalaTestVersion)
+ )
}