Skip to content

Commit

Permalink
Update scala-library to 2.12.19 (#183)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.12.19

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward authored Feb 29, 2024
1 parent c2accb4 commit d619f1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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]
scala: [2.12.18]
scala: [2.12.19]
java: [temurin@8, temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.18]
scala: [2.12.19]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -95,12 +95,12 @@ jobs:
java-version: 11
cache: sbt

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

- name: Inflate target directories (2.12.18)
- name: Inflate target directories (2.12.19)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ThisBuild / version := {
val orig = (ThisBuild / version).value
if (orig.endsWith("-SNAPSHOT")) "3.4.4-SNAPSHOT" else orig
}
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / scalaVersion := "2.12.19"

// sbt-github-actions
ThisBuild / githubWorkflowBuild := Seq(
Expand Down

0 comments on commit d619f1a

Please sign in to comment.