Skip to content

Commit 57f2f17

Browse files
Update scala-library, scala-reflect to 2.12.16 (#338)
1 parent 9eb69fc commit 57f2f17

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
SCALA: [2.12.13, 2.13.6]
16+
SCALA: [2.12.16, 2.13.6]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: coursier/cache-action@v6

project/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ object Settings {
8686
sourceGenerators.in(Compile) += customSourceGenerators.taskValue
8787
)
8888

89-
private val scala212 = "2.12.13"
89+
private val scala212 = "2.12.16"
9090
private val scala213 = "2.13.6"
9191

9292
private lazy val isAtLeastScala213 = Def.setting {

0 commit comments

Comments
 (0)