Skip to content

Commit

Permalink
Merge pull request #483 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
mergify[bot] authored May 5, 2024
2 parents 6435b86 + cfe5af1 commit a3853b8
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 @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.19, 2.13.13, 3.2.2]
scala: [2.12.19, 2.13.14, 3.2.2]
java: [temurin@8, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.13]
scala: [2.13.14]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.13)
- name: Download target directories (2.13.14)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}

- name: Inflate target directories (2.13.13)
- name: Inflate target directories (2.13.14)
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 @@ -8,7 +8,7 @@ ThisBuild / versionScheme := Some("always")

Global / onChangedBuildSource := ReloadOnSourceChanges

lazy val scalaVersion213 = "2.13.13"
lazy val scalaVersion213 = "2.13.14"
lazy val scalaVersion3 = "3.2.2"
ThisBuild / scalaVersion := scalaVersion213
ThisBuild / crossScalaVersions := Seq("2.12.19", scalaVersion213, scalaVersion3)
Expand Down

0 comments on commit a3853b8

Please sign in to comment.