Skip to content

Commit

Permalink
Update scala-library, scalap to 2.13.16 (#210)
Browse files Browse the repository at this point in the history
* Update scala-library, scalap to 2.13.16

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate

---------

Co-authored-by: Seth Tisue <[email protected]>
  • Loading branch information
scala-steward and SethTisue authored Jan 27, 2025
1 parent 1ecbb5b commit 88332d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
scala: [2.13.15]
scala: [2.13.16]
java:
- zulu@8
- temurin@11
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.15]
scala: [2.13.16]
java: [zulu@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -154,12 +154,12 @@ jobs:
- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Download target directories (2.13.15)
- name: Download target directories (2.13.16)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}

- name: Inflate target directories (2.13.15)
- name: Inflate target directories (2.13.16)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
val buildName = "jardiff"

val scala212Version = "2.12.20"
val scala213Version = "2.13.15"
val scala213Version = "2.13.16"

inThisBuild(Seq[Setting[_]](
organization := "com.lightbend",
scalaVersion := "2.13.15",
scalaVersion := "2.13.16",
startYear := Some(2017),
organizationName := "Lightbend Inc. <https://www.lightbend.com>",
licenses := List(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))),
Expand Down

0 comments on commit 88332d3

Please sign in to comment.