Skip to content

Commit

Permalink
Merge pull request #326 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
avdv committed Nov 16, 2023
2 parents 3a107cb + 69ea9cd commit a7d3a34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.1, 3.3.1]
scala: [2.13.12, 3.3.1]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -81,12 +81,12 @@ jobs:
java-version: 11
cache: sbt

- name: Download target directories (2.13.1)
- name: Download target directories (2.13.12)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }}

- name: Inflate target directories (2.13.1)
- name: Inflate target directories (2.13.12)
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 @@ -6,7 +6,7 @@ organization := "de.leanovate.play-mockws"

val playVersion = "2.9.0"

ThisBuild / crossScalaVersions := List("2.13.1", "3.3.1")
ThisBuild / crossScalaVersions := List("2.13.12", "3.3.1")

fork := true

Expand Down

0 comments on commit a7d3a34

Please sign in to comment.