Skip to content

Commit 3928032

Browse files
committed
Update scala-library, scala-reflect to 2.13.6
1 parent a512282 commit 3928032

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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:

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)