Skip to content

Commit

Permalink
Merge pull request #249 from scala-steward/update/scala-compiler-2.12.20
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library to 2.12.20
  • Loading branch information
SethTisue authored Dec 18, 2024
2 parents 9088464 + 42edba4 commit 3e4b1b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [8, 11]
java: [8, 11, 17, 21]
scala: [2.13.x, 2.12.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{matrix.java}}
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt ++${{matrix.scala}} test

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ licenses := Seq(
homepage := Some(url("http://github.com/lightbend/scala-sculpt"))

scalaVersion := crossScalaVersions.value.head
crossScalaVersions := Seq("2.13.15", "2.12.19")
crossScalaVersions := Seq("2.13.15", "2.12.20")

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
Expand Down

0 comments on commit 3e4b1b0

Please sign in to comment.