From a09c94e411e28192658eb3f3fbdb7ca223f66709 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 29 Mar 2017 10:11:14 -0400 Subject: upgrade scalatest plugin to scalatest 2.2.6 and use buildinfo to avoid version duplication --- plugins/scalatest/ScalaTest.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/scalatest/ScalaTest.scala') 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) + ) } -- cgit v1.2.3