LOG4J2-2309: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3
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 @@
   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 @@
   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
 }
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 @@
 [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.