Skip to content

Commit

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

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward-bot authored Jun 2, 2023
1 parent 26116ec commit 54efe4b
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
scala: [2.12.18, 2.13.10, 3.3.0]
scala: [2.12.18, 2.13.11, 3.3.0]
java: [temurin@8, temurin@11, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -163,12 +163,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.10)
- name: Download target directories (2.13.11)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }}

- name: Inflate target directories (2.13.10)
- name: Inflate target directories (2.13.11)
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
@@ -1,7 +1,7 @@
import sbtcrossproject.CrossPlugin.autoImport._

val Scala2_12 = "2.12.18"
val Scala2_13 = "2.13.10"
val Scala2_13 = "2.13.11"
val Scala3 = "3.3.0"

val isScala3 = Def.setting(scalaBinaryVersion.value == "3")
Expand Down

0 comments on commit 54efe4b

Please sign in to comment.