Skip to content

Commit f76844c

Browse files
Update Scala to 2.13.5
1 parent 1bedc72 commit f76844c

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.11, 2.13.2]
16+
SCALA: [2.12.11, 2.13.5]
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
@@ -88,7 +88,7 @@ object Settings {
8888
)
8989

9090
private val scala212 = "2.12.11"
91-
private val scala213 = "2.13.2"
91+
private val scala213 = "2.13.5"
9292

9393
private lazy val isAtLeastScala213 = Def.setting {
9494
import Ordering.Implicits._

0 commit comments

Comments
 (0)