You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/05 22:24:46 UTC

logging-log4j-scala git commit: LOG4J2-2309: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3

Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 999abb172 -> 17224bbe4


LOG4J2-2309: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3


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/17224bbe
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/17224bbe
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/17224bbe

Branch: refs/heads/master
Commit: 17224bbe4b553ac07d2ac6041ed1e7fe8c7f0ed0
Parents: 999abb1
Author: Matt Sicker <bo...@gmail.com>
Authored: Thu Apr 5 17:20:42 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Thu Apr 5 17:24:36 2018 -0500

----------------------------------------------------------------------
 project/Dependencies.scala   | 4 ++--
 src/asciidoctor/changes.adoc | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/17224bbe/project/Dependencies.scala
----------------------------------------------------------------------
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7321de4..ca795ce 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -20,7 +20,7 @@ object Dependencies {
   val scala210 = "2.10.7"
   val scala211 = "2.11.12"
   val scala212 = "2.12.4"
-  val scala213 = "2.13.0-M2"
+  val scala213 = "2.13.0-M3"
 
   def scalaReflect(version: String): ModuleID =
     "org.scala-lang" % "scala-reflect" % version
@@ -31,6 +31,6 @@ object Dependencies {
   val log4jApiTests = "org.apache.logging.log4j" % "log4j-api" % log4jV % Test classifier "tests"
   val log4jCore = "org.apache.logging.log4j" % "log4j-core" % log4jV % Runtime
   val junit = "junit" % "junit" % "4.12" % Test
-  val scalatest = "org.scalatest" %% "scalatest" % "3.0.4" % Test
+  val scalatest = "org.scalatest" %% "scalatest" % "3.0.5-M1" % Test
   val mockito = "org.mockito" % "mockito-core" % "1.10.19" % Test
 }

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/17224bbe/src/asciidoctor/changes.adoc
----------------------------------------------------------------------
diff --git a/src/asciidoctor/changes.adoc b/src/asciidoctor/changes.adoc
index a2b991c..a9b716c 100644
--- a/src/asciidoctor/changes.adoc
+++ b/src/asciidoctor/changes.adoc
@@ -36,6 +36,7 @@ Bug Fixes:: None.
 [vertical]
 Changes::
 [horizontal]
+LOG4J2-2309::: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3.
 LOG4J2-2290::: Update Log4j from 2.9.1 to 2.11.0.
 LOG4J2-1995::: Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
 LOG4J2-1996::: Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.