This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 7f10fbf8d Update scala-library, scala-reflect to 2.12.20
7f10fbf8d is described below
commit 7f10fbf8dc67864c76f63df43bba06fff61391ab
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 6 12:51:00 2024 +0000
Update scala-library, scala-reflect to 2.12.20
---
.github/workflows/main.yml | 6 +++---
build.sbt | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d6fbe96c0..0ed433272 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
matrix:
java_distribution: [ temurin ]
java_version: [ 8, 11, 17, 21 ]
- scala_version: [ 2.12.19 ]
+ scala_version: [ 2.12.20 ]
os: [ ubuntu-22.04, windows-2022, macos-12 ]
exclude:
# only run macos on java 17
@@ -90,7 +90,7 @@ jobs:
SONARSCAN: ${{
matrix.os == 'ubuntu-22.04' &&
matrix.java_version == '17' &&
- matrix.scala_version == '2.12.19' &&
+ matrix.scala_version == '2.12.20' &&
github.event_name == 'push' &&
github.repository == 'apache/daffodil' &&
github.ref == 'refs/heads/main'
@@ -223,7 +223,7 @@ jobs:
matrix:
java_distribution: [ temurin ]
java_version: [ 17 ]
- scala_version: [ 2.12.19 ]
+ scala_version: [ 2.12.20 ]
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
env:
diff --git a/build.sbt b/build.sbt
index bfef59826..09d1cc63e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -224,8 +224,8 @@ val minSupportedJavaVersion: String =
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
version := "3.9.0-SNAPSHOT",
- scalaVersion := "2.12.19",
- crossScalaVersions := Seq("2.12.19"),
+ scalaVersion := "2.12.20",
+ crossScalaVersions := Seq("2.12.20"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),
Compile / compile / javacOptions ++= buildJavacOptions(),
logBuffered := true,