aboutsummaryrefslogtreecommitdiff
path: root/test/simple/build/build.scala
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2016-09-28 21:29:26 -0400
committerGitHub <noreply@github.com>2016-09-28 21:29:26 -0400
commit9d3c9e9087a6dc0a4445f9428e02f6e7612470c6 (patch)
treeab1aef0726e71ff1ad760b6574489dc20b2d1950 /test/simple/build/build.scala
parentab5ebf2577146b6d8e7c54db4d6bf9ba6230ab57 (diff)
parent9b4b9e0c7a747972229fe9dbabe4b6e546c29f4d (diff)
downloadcbt-9d3c9e9087a6dc0a4445f9428e02f6e7612470c6.tar.gz
cbt-9d3c9e9087a6dc0a4445f9428e02f6e7612470c6.tar.bz2
cbt-9d3c9e9087a6dc0a4445f9428e02f6e7612470c6.zip
Merge pull request #235 from cvogt/dotty
Dotty plugin and example project.
Diffstat (limited to 'test/simple/build/build.scala')
-rw-r--r--test/simple/build/build.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala
index b75d262..affe7f6 100644
--- a/test/simple/build/build.scala
+++ b/test/simple/build/build.scala
@@ -35,7 +35,6 @@ class Build(val context: cbt.Context) extends BaseBuild{
sonatypeSnapshots
).bind(
"org.cvogt" %% "play-json-extensions" % "0.8.0",
- "org.tpolecat" %% "tut-core" % "0.4.2",
"ai.x" %% "lens" % "1.0.0"
)
)