aboutsummaryrefslogtreecommitdiff
path: root/test/library-test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-09 21:55:24 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-09 21:55:24 -0500
commitbf4e2c5971adadf4506cacb22094225ceae5a8c1 (patch)
tree8bde570d7d2810a65a74d934ed4b9422ec4e4370 /test/library-test
parentf2909954253e3976d8f3e8eaaa0e5259f426f727 (diff)
downloadcbt-bf4e2c5971adadf4506cacb22094225ceae5a8c1.tar.gz
cbt-bf4e2c5971adadf4506cacb22094225ceae5a8c1.tar.bz2
cbt-bf4e2c5971adadf4506cacb22094225ceae5a8c1.zip
Remove version from context, we can now use dynamic overrides
Diffstat (limited to 'test/library-test')
-rw-r--r--test/library-test/build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/library-test/build/build.scala b/test/library-test/build/build.scala
index 625f357..4f0fcbd 100644
--- a/test/library-test/build/build.scala
+++ b/test/library-test/build/build.scala
@@ -3,7 +3,7 @@ import cbt._
// cbt:https://github.com/cvogt/cbt.git#0fcdda6062c4e2720f602d976d85961970f44fa0
class Build(val context: Context) extends BaseBuild with PackageJars{
def groupId = "cbt.test"
- def defaultVersion = "0.1"
+ def version = "0.1"
def name = "library-test"
override def dependencies =