aboutsummaryrefslogtreecommitdiff
path: root/build/build.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-21 20:32:24 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 20:02:44 +0800
commitd0726561bbc5b7464c1a7cbb7e8110216051827d (patch)
tree2a6ba2a2bdc83a0aab678bb99b821fafce4763b8 /build/build.scala
parent599a9d83c65d56e0510e0b13aad30072a62703ab (diff)
downloadcbt-d0726561bbc5b7464c1a7cbb7e8110216051827d.tar.gz
cbt-d0726561bbc5b7464c1a7cbb7e8110216051827d.tar.bz2
cbt-d0726561bbc5b7464c1a7cbb7e8110216051827d.zip
use `name` instead of `projectName` as it is more universal and the
term `project` is probably going away in cbt.
Diffstat (limited to 'build/build.scala')
-rw-r--r--build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.scala b/build/build.scala
index 6c55e11..b4a39ea 100644
--- a/build/build.scala
+++ b/build/build.scala
@@ -16,7 +16,7 @@ class Build(val context: Context) extends Publish{
def groupId: String = "org.cvogt"
def version: String = "0.9"
- def name: String = "cbt"
+ override def name: String = "cbt"
// Members declared in cbt.Publish
def description: String = "Fast, intuitive Build Tool for Scala"