Skip to content

Commit c441204

Browse files
authored
Merge pull request #6 from scala-steward/update/scala-library-2.13.6
Update scala-library, scala-reflect to 2.13.6
2 parents eae0f09 + 719758a commit c441204

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.13.5, 2.12.13, 3.0.0-RC1, 3.0.0-RC2]
26+
scala: [2.13.6, 2.12.13, 3.0.0-RC1, 3.0.0-RC2]
2727
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
os: [ubuntu-latest]
74-
scala: [2.13.5]
74+
scala: [2.13.6]
7575
7676
runs-on: ${{ matrix.os }}
7777
steps:
@@ -97,12 +97,12 @@ jobs:
9797
~/Library/Caches/Coursier/v1
9898
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
9999

100-
- name: Download target directories (2.13.5)
100+
- name: Download target directories (2.13.6)
101101
uses: actions/download-artifact@v2
102102
with:
103-
name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }}
103+
name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }}
104104

105-
- name: Inflate target directories (2.13.5)
105+
- name: Inflate target directories (2.13.6)
106106
run: |
107107
tar xf targets.tar
108108
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import scala.collection.immutable
55

66
lazy val V = new {
77
val SCALA_2_12 = "2.12.13"
8-
val SCALA_2_13 = "2.13.5"
8+
val SCALA_2_13 = "2.13.6"
99
val SCALA_3_RC1 = "3.0.0-RC1"
1010
val SCALA_3_RC2 = "3.0.0-RC2"
1111
val Scalas = Seq(SCALA_2_13, SCALA_2_12, SCALA_3_RC1, SCALA_3_RC2)

0 commit comments

Comments
 (0)