Skip to content

Commit

Permalink
Merge pull request #59 from scala-steward/update/scala-library-2.13.8
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.8
  • Loading branch information
armanbilge authored Jan 13, 2022
2 parents 592aebf + 4b5d02b commit 0049466
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 @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.0, 2.12.15, 2.13.7]
scala: [3.1.0, 2.12.15, 2.13.8]
java: [temurin@8]
ci: [ciJS, ciJVM]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7]
scala: [2.13.8]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -134,12 +134,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.7)
- name: Download target directories (2.13.8)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }}

- name: Inflate target directories (2.13.7)
- name: Inflate target directories (2.13.8)
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 @@ -38,7 +38,7 @@ enablePlugins(TypelevelCiReleasePlugin)
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / tlSonatypeUseLegacyHost := false // TODO remove

ThisBuild / crossScalaVersions := Seq("3.1.0", "2.12.15", "2.13.7")
ThisBuild / crossScalaVersions := Seq("3.1.0", "2.12.15", "2.13.8")

ThisBuild / githubWorkflowBuildPreamble ++= Seq(
WorkflowStep.Use(
Expand Down

0 comments on commit 0049466

Please sign in to comment.