From b5194aab6f1f57aff6e4538acaf91245fdf15039 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 15 Jun 2017 22:34:42 -0400 Subject: add process library with extracted and new functions --- stage2/Lib.scala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stage2/Lib.scala') diff --git a/stage2/Lib.scala b/stage2/Lib.scala index 56f24c6..8801b33 100644 --- a/stage2/Lib.scala +++ b/stage2/Lib.scala @@ -16,7 +16,10 @@ import scala.reflect.NameTransformer case class Developer(id: String, name: String, timezone: String, url: URL) /** Don't extend. Create your own libs :). */ -final class Lib(val logger: Logger) extends Stage1Lib(logger){ +final class Lib(val logger: Logger) extends + Stage1Lib(logger) with + _root_.cbt.process.Module +{ lib => val buildFileName = "build.scala" -- cgit v1.2.3