Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 7c6ec88

Browse files
Bumped Scala plugin
1 parent 7c475fe commit 7c6ec88

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
<plugin>
573573
<groupId>net.alchim31.maven</groupId>
574574
<artifactId>scala-maven-plugin</artifactId>
575-
<version>3.2.1</version>
575+
<version>3.2.2</version>
576576
<executions>
577577
<execution>
578578
<goals>

sansa-inference-common/src/main/scala/net/sansa_stack/inference/utils/Logging.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ package net.sansa_stack.inference.utils
22

33
import org.slf4j.{Logger, LoggerFactory}
44

5+
import scala.language.implicitConversions
6+
57
/**
68
* Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows
79
* logging messages at different levels using methods that only evaluate parameters lazily if the

0 commit comments

Comments
 (0)