Skip to content

Commit 915cdbd

Browse files
committed
Update scala-library, scala-reflect to 2.12.13
1 parent 00fe926 commit 915cdbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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:

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)