aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-06-17 12:58:46 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-06-17 13:00:44 -0400
commit5639f40153a45c248a5b02b235164b21b9a818f7 (patch)
treede865f3cd90c13a36d8731449f5cf609680db0c5 /build
parent104e3964ea6ff39e74d8abd96eeddc33c9422ce8 (diff)
downloadcbt-5639f40153a45c248a5b02b235164b21b9a818f7.tar.gz
cbt-5639f40153a45c248a5b02b235164b21b9a818f7.tar.bz2
cbt-5639f40153a45c248a5b02b235164b21b9a818f7.zip
fix recursive and make cbt package jars
Diffstat (limited to 'build')
-rw-r--r--build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.scala b/build/build.scala
index 729e6ed..f920264 100644
--- a/build/build.scala
+++ b/build/build.scala
@@ -4,7 +4,7 @@ import cbt_internal._
class Build(val context: Context) extends Shared with Scalariform with PublishLocal with CommandLineOverrides{
override def name: String = "cbt"
- override def version: String = "0.1"
+ override def version: String = "0.9-SNAPSHOT"
override def description: String = "Fast, intuitive Build Tool for Scala"
override def inceptionYear: Int = 2015