You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/01/17 22:35:14 UTC

[logging-log4j2] branch release-2.x updated: Document Scala 3 support (#715)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 9bf7528  Document Scala 3 support (#715)
9bf7528 is described below

commit 9bf75280a01bc5f21c9d4cb7304ef18c33bbc27c
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Jan 17 23:35:08 2022 +0100

    Document Scala 3 support (#715)
---
 src/site/xdoc/manual/scala-api.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site/xdoc/manual/scala-api.xml b/src/site/xdoc/manual/scala-api.xml
index 61e3222..548f7be 100644
--- a/src/site/xdoc/manual/scala-api.xml
+++ b/src/site/xdoc/manual/scala-api.xml
@@ -37,7 +37,8 @@
                 <h4>Requirements</h4>
                 <p>
                     Log4j 2 Scala API is dependent on the Log4j 2 API, Scala runtime library and reflection.
-                    It currently supports Scala 2.10, 2.11 and 2.12. See <a href="../maven-artifacts.html#Scala_API">instructions</a>
+                    It currently supports Scala 2.10, 2.11, 2.12, 2.13. Scala 3 support has been recently added.
+                    See <a href="../maven-artifacts.html#Scala_API">instructions</a>
                     on including this in an SBT, Maven, Ivy, or Gradle project.
                 </p>