Skip to content

Commit 4dea9c1

Browse files
authored
Merge pull request #394 from scala-steward/update/scala-library-2.13.11
Update scala-library to 2.13.11
2 parents 82bc476 + 39e8c38 commit 4dea9c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
scala: [2.12.18, 2.13.10, 3.2.2]
30+
scala: [2.12.18, 2.13.11, 3.2.2]
3131
3232
runs-on: ${{ matrix.os }}
3333
steps:
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
matrix:
7676
os: [ubuntu-latest]
77-
scala: [2.13.10]
77+
scala: [2.13.11]
7878
7979
runs-on: ${{ matrix.os }}
8080
steps:
@@ -110,12 +110,12 @@ jobs:
110110
tar xf targets.tar
111111
rm targets.tar
112112
113-
- name: Download target directories (2.13.10)
113+
- name: Download target directories (2.13.11)
114114
uses: actions/download-artifact@v2
115115
with:
116-
name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }}
116+
name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }}
117117

118-
- name: Inflate target directories (2.13.10)
118+
- name: Inflate target directories (2.13.11)
119119
run: |
120120
tar xf targets.tar
121121
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ inThisBuild(
3232
def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full))
3333

3434
val Scala212 = "2.12.18"
35-
val Scala213 = "2.13.10"
35+
val Scala213 = "2.13.11"
3636
val Scala3 = "3.2.2"
3737

3838
val GraalVM11 = "[email protected]"

0 commit comments

Comments
 (0)