summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 494d13b1..18cb0388 100755
--- a/build.sc
+++ b/build.sc
@@ -36,7 +36,7 @@ object Core extends ScalaModule {
}
}
- object tests extends this.Tests{
+ object test extends this.Tests{
def basePath = pwd / 'core
override def ivyDeps = Seq(Dep("com.lihaoyi", "utest", "0.6.0"))
override def sources = pwd/'core/'src/'test/'scala