Skip to content

Commit 6c7e68d

Browse files
authored
Merge pull request #3 from scala-steward/update/scala-library-2.12.13
Update scala-library, scala-reflect to 2.12.13
2 parents 00fe926 + 67d6f9a commit 6c7e68d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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.12, 3.0.0-RC1, 3.0.0-RC2]
26+
scala: [2.13.5, 2.12.13, 3.0.0-RC1, 3.0.0-RC2]
2727
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -107,12 +107,12 @@ jobs:
107107
tar xf targets.tar
108108
rm targets.tar
109109
110-
- name: Download target directories (2.12.12)
110+
- name: Download target directories (2.12.13)
111111
uses: actions/download-artifact@v2
112112
with:
113-
name: target-${{ matrix.os }}-2.12.12-${{ matrix.java }}
113+
name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }}
114114

115-
- name: Inflate target directories (2.12.12)
115+
- name: Inflate target directories (2.12.13)
116116
run: |
117117
tar xf targets.tar
118118
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.CrossType
44
import scala.collection.immutable
55

66
lazy val V = new {
7-
val SCALA_2_12 = "2.12.12"
7+
val SCALA_2_12 = "2.12.13"
88
val SCALA_2_13 = "2.13.5"
99
val SCALA_3_RC1 = "3.0.0-RC1"
1010
val SCALA_3_RC2 = "3.0.0-RC2"

0 commit comments

Comments
 (0)