This is an automated email from the ASF dual-hosted git repository.
olabusayoT 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 045407e82 Update scala3-library to 3.3.8
045407e82 is described below
commit 045407e8209e33c16fb98e813bfb8ba0285e4b48
Author: Scala Steward <[email protected]>
AuthorDate: Fri Jun 12 13:47:52 2026 +0000
Update scala3-library to 3.3.8
---
.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 bf598d39f..0458f9942 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
matrix:
java_distribution: [ temurin ]
java_version: [ 17, 21, 25 ]
- scala_version: [ 3.3.7 ]
+ scala_version: [ 3.3.8 ]
os: [ ubuntu-22.04, windows-2022, macos-14 ]
exclude:
# only run macos on java 17
@@ -89,7 +89,7 @@ jobs:
SONARSCAN: ${{
matrix.os == 'ubuntu-22.04' &&
matrix.java_version == '17' &&
- matrix.scala_version == '3.3.7' &&
+ matrix.scala_version == '3.3.8' &&
github.event_name == 'push' &&
github.repository == 'apache/daffodil' &&
github.ref == 'refs/heads/main'
@@ -246,7 +246,7 @@ jobs:
matrix:
java_distribution: [ temurin ]
java_version: [ 17 ]
- scala_version: [ 3.3.7 ]
+ scala_version: [ 3.3.8 ]
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
env:
diff --git a/build.sbt b/build.sbt
index b9f980174..c2f4aaed9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -181,8 +181,8 @@ val minSupportedJavaVersion: String = "17"
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
version := IO.read((ThisBuild / baseDirectory).value / "VERSION").trim,
- scalaVersion := "3.3.7",
- crossScalaVersions := Seq("3.3.7"),
+ scalaVersion := "3.3.8",
+ crossScalaVersions := Seq("3.3.8"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),
Test / scalacOptions ++= buildTestScalacOptions(scalaVersion.value),
Compile / compile / javacOptions ++= buildJavacOptions(),