From 0156314d19c7fbbd8dc199c2b30cd9ca25bf2a0e Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sat, 18 Jun 2016 01:19:10 -0400 Subject: BaseBuild does not have fields version, etc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 73a0594..d7235e4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ that describes your build. Here is an example ```scala // build/build.scala import cbt._ -class Build(val context: cbt.Context) extends BaseBuild{ +class Build(val context: cbt.Context) extends Publish{ override def version = "0.6.1" override def groupId = "org.cvogt" override def artifactId = "play-json-extensions" -- cgit v1.2.3