aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-30 10:47:28 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-30 11:03:55 -0400
commit3446af59a17bdef8730008a61eade7937b9cda56 (patch)
treec3785086e3a9985abde78477a3b4bd997b512273 /examples
parent249b4a04bac50fcb9510e71ad142fcabf7b7f61d (diff)
downloadcbt-3446af59a17bdef8730008a61eade7937b9cda56.tar.gz
cbt-3446af59a17bdef8730008a61eade7937b9cda56.tar.bz2
cbt-3446af59a17bdef8730008a61eade7937b9cda56.zip
scalatest plugin for 2.12 (and move most code from plugin into library)
Diffstat (limited to 'examples')
-rw-r--r--examples/scalatest-example/build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scalatest-example/build/build.scala b/examples/scalatest-example/build/build.scala
index 2c0ec21..8f8ed5f 100644
--- a/examples/scalatest-example/build/build.scala
+++ b/examples/scalatest-example/build/build.scala
@@ -8,7 +8,7 @@ java.lang.Exception: This should never happend. Could not find (org.scala-lang,s
*/
override def test: Dependency = {
new BasicBuild(context) with ScalaTest with SbtLayoutTest{
- override def dependencies = outer +: super.dependencies
+ override def dependencies = outer +: super.dependencies
}
}
}