Repository: logging-log4j-scala Updated Branches: refs/heads/master 33393d15b -> 1af32f83a
[LOG4J2-2116] Update Scala from 2.12.3 to 2.12.4. scala.maven.plugin.version 3.2.2 -> 3.3.1. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/1af32f83 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/1af32f83 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/1af32f83 Branch: refs/heads/master Commit: 1af32f83aaeee8f1d7ca64c29317d283b9632405 Parents: 33393d1 Author: Gary Gregory <[email protected]> Authored: Sat Nov 11 15:15:33 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Sat Nov 11 15:15:33 2017 -0700 ---------------------------------------------------------------------- log4j-api-scala-sample/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/1af32f83/log4j-api-scala-sample/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-scala-sample/pom.xml b/log4j-api-scala-sample/pom.xml index c5760b8..2f8b97b 100644 --- a/log4j-api-scala-sample/pom.xml +++ b/log4j-api-scala-sample/pom.xml @@ -28,8 +28,8 @@ <name>Scala API samples</name> <url>http://http://logging.apache.org/log4j/2.x/</url> <properties> - <scala.version>2.12.1</scala.version> - <scala.maven.plugin.version>3.2.2</scala.maven.plugin.version> + <scala.version>2.12.4</scala.version> + <scala.maven.plugin.version>3.3.1</scala.maven.plugin.version> <log4jParentDir>${basedir}/..</log4jParentDir> </properties> <dependencies>
