aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1Lib.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 22:27:31 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-22 22:27:31 +0800
commit698ef6c1d83215461275f9690a26178be3cae3fb (patch)
tree269d4325dfd4d4155743bd490c4999e0b3759c95 /stage1/Stage1Lib.scala
parentee4f446e1dbef8f4983525376abf2274c01d0395 (diff)
downloadcbt-698ef6c1d83215461275f9690a26178be3cae3fb.tar.gz
cbt-698ef6c1d83215461275f9690a26178be3cae3fb.tar.bz2
cbt-698ef6c1d83215461275f9690a26178be3cae3fb.zip
a few hopefully simplifying rewirings in the implicits
Diffstat (limited to 'stage1/Stage1Lib.scala')
-rw-r--r--stage1/Stage1Lib.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/Stage1Lib.scala b/stage1/Stage1Lib.scala
index 79df450..7f8f600 100644
--- a/stage1/Stage1Lib.scala
+++ b/stage1/Stage1Lib.scala
@@ -34,7 +34,7 @@ class BaseLib{
class Stage1Lib( logger: Logger ) extends BaseLib{
lib =>
- implicit val implicitLogger: Logger = logger
+ implicit protected val implicitLogger: Logger = logger
def libMajorVersion(libFullVersion: String) = libFullVersion.split("\\.").take(2).mkString(".")