Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 24, 2025
1 parent ebec873 commit d199f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
java_distribution: [ temurin ]
java_version: [ 8, 11, 17, 21 ]
scala_version: [ 2.12.20 ]
scala_version: [ 2.13.16 ]
os: [ ubuntu-22.04, windows-2022, macos-14 ]
exclude:
# only run macos on java 17
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
SONARSCAN: ${{
matrix.os == 'ubuntu-22.04' &&
matrix.java_version == '17' &&
matrix.scala_version == '2.12.20' &&
matrix.scala_version == '2.13.16' &&
github.event_name == 'push' &&
github.repository == 'apache/daffodil' &&
github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
matrix:
java_distribution: [ temurin ]
java_version: [ 17 ]
scala_version: [ 2.12.20 ]
scala_version: [ 2.13.16 ]
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
env:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ val minSupportedJavaVersion: String =
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
version := "4.0.0-SNAPSHOT",
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20"),
scalaVersion := "2.13.16",
crossScalaVersions := Seq("2.13.16"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),
Compile / compile / javacOptions ++= buildJavacOptions(),
logBuffered := true,
Expand Down

0 comments on commit d199f05

Please # to comment.