This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git
The following commit(s) were added to refs/heads/master by this push:
new cba06bf Revert "Bump Scala 3.x version to 3.1.2. (#20)"
new ee151ea Merge pull request #21 from pjfanning/scala-3.0
cba06bf is described below
commit cba06bfa1a8dad8c5701749084e4f3b9ebca57ea
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 30 21:53:34 2022 +0100
Revert "Bump Scala 3.x version to 3.1.2. (#20)"
This reverts commit 63584bb16ec735fb162abf22db977b2832418e62.
---
.github/workflows/ci.yml | 2 +-
project/Dependencies.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ea516f2..f1f9fcd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- scala: [2.10.7, 2.11.12, 2.12.15, 2.13.8, 3.1.2]
+ scala: [2.10.7, 2.11.12, 2.12.15, 2.13.8, 3.0.2]
java: ['8', '11', '17']
runs-on: ${{ matrix.os }}
steps:
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ea5a63d..ae7a0de 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -21,7 +21,7 @@ object Dependencies {
val scala211 = "2.11.12"
val scala212 = "2.12.15"
val scala213 = "2.13.8"
- val scala3 = "3.1.2"
+ val scala3 = "3.0.2"
def scalaReflect(version: String) =
if (version.startsWith("3")) None else Some("org.scala-lang" %
"scala-reflect" % version)