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

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


The following commit(s) were added to refs/heads/main by this push:
     new 15bf38f  Downgrade Scala 3 to `3.3.3`, the most recent LTS (#46)
15bf38f is described below

commit 15bf38f1fc7159b58f4759466b26c2d270ab8b08
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Tue May 14 15:00:36 2024 +0200

    Downgrade Scala 3 to `3.3.3`, the most recent LTS (#46)
---
 log4j-api-scala_3/pom.xml                                        | 2 +-
 src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/log4j-api-scala_3/pom.xml b/log4j-api-scala_3/pom.xml
index 7ac18ba..b761699 100644
--- a/log4j-api-scala_3/pom.xml
+++ b/log4j-api-scala_3/pom.xml
@@ -30,7 +30,7 @@
 
   <properties>
     <scala.version.group>3</scala.version.group>
-    <scala.version>${scala.version.group}.4.1</scala.version>
+    <scala.version>${scala.version.group}.3.3</scala.version>
   </properties>
 
   <dependencies>
diff --git a/src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml 
b/src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml
index 9ffc1d1..29cdffa 100644
--- a/src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml
+++ b/src/changelog/.13.x.x/update_org_scala_lang_scala3_library_3.xml
@@ -4,5 +4,5 @@
        xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
        type="updated">
   <issue id="50" link="https://github.com/apache/logging-log4j-scala/pull/50"/>
-  <description format="asciidoc">Update `org.scala-lang:scala3-library_3` to 
version `3.4.1`</description>
+  <description format="asciidoc">Update `org.scala-lang:scala3-library_3` to 
version `3.3.3`</description>
 </entry>

Reply via email to