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:42:39 UTC

[logging-log4j2] branch master updated: Document Scala 3 support (#716)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e3a4e6  Document Scala 3 support (#716)
8e3a4e6 is described below

commit 8e3a4e60130d10ea2509cf11bae119473b939442
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Jan 17 23:42:34 2022 +0100

    Document Scala 3 support (#716)
---
 src/site/asciidoc/manual/scala-api.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/site/asciidoc/manual/scala-api.adoc b/src/site/asciidoc/manual/scala-api.adoc
index cff0efb..685f370 100644
--- a/src/site/asciidoc/manual/scala-api.adoc
+++ b/src/site/asciidoc/manual/scala-api.adoc
@@ -25,8 +25,9 @@ API.
 == Requirements
 
 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
-link:../maven-artifacts.html#Scala_API[instructions] on including this
+and reflection. It currently supports Scala 2.10, 2.11, 2.12 and 2.13.
+Scala 3 support has been recently added.
+See link:../maven-artifacts.html#Scala_API[instructions] on including this
 in an SBT, Maven, Ivy, or Gradle project.
 
 == Example