aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 20:06:38 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 20:06:38 -0500
commit44915d82b48396269d4df146d9422c1a7c48fcfa (patch)
tree7b6bdf51eecc07bb7effeb859915e5d10bacb298 /build
parent4eb753e4d4ef5be7443b99832892bac697b10b50 (diff)
downloadcbt-44915d82b48396269d4df146d9422c1a7c48fcfa.tar.gz
cbt-44915d82b48396269d4df146d9422c1a7c48fcfa.tar.bz2
cbt-44915d82b48396269d4df146d9422c1a7c48fcfa.zip
publish local for cbt itself
Diffstat (limited to 'build')
-rw-r--r--build/build.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.scala b/build/build.scala
index 4114bc5..ee1acfe 100644
--- a/build/build.scala
+++ b/build/build.scala
@@ -1,9 +1,9 @@
import cbt._
import cbt_internal._
-class Build(val context: Context) extends Shared{
+class Build(val context: Context) extends Shared with PublishLocal{
override def name: String = "cbt"
- override def version: String = ???
+ override def version: String = "0.1"
override def description: String = "Fast, intuitive Build Tool for Scala"
override def inceptionYear: Int = 2015