Skip to content

Commit

Permalink
Merge pull request #104 from scala-steward/update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.20
  • Loading branch information
mkurz authored Sep 7, 2024
2 parents b814b67 + aa3a9d6 commit ebc10b4
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, macos-latest, windows-latest]
scala: [2.12.19]
scala: [2.12.20]
java: [temurin@8, temurin@11, temurin@17, temurin@21]
exclude:
- java: temurin@8
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.19]
scala: [2.12.20]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -163,12 +163,12 @@ jobs:
- name: Setup sbt
uses: sbt/setup-sbt@v1

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

- name: Inflate target directories (2.12.19)
- name: Inflate target directories (2.12.20)
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 @@ -9,7 +9,7 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
s
}

lazy val scala212 = "2.12.19"
lazy val scala212 = "2.12.20"
ThisBuild / crossScalaVersions := Seq(scala212)
ThisBuild / scalaVersion := scala212
organization := "com.github.sbt"
Expand Down

0 comments on commit ebc10b4

Please sign in to comment.