We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bedc72 commit f76844cCopy full SHA for f76844c
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- SCALA: [2.12.11, 2.13.2]
+ SCALA: [2.12.11, 2.13.5]
17
steps:
18
- uses: actions/checkout@v2
19
- uses: coursier/cache-action@v6
project/Settings.scala
@@ -88,7 +88,7 @@ object Settings {
88
)
89
90
private val scala212 = "2.12.11"
91
- private val scala213 = "2.13.2"
+ private val scala213 = "2.13.5"
92
93
private lazy val isAtLeastScala213 = Def.setting {
94
import Ordering.Implicits._
0 commit comments