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 4f36448 commit 4848423Copy full SHA for 4848423
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- SCALA_VERSION: ["2.12.16", "2.13.8"]
+ SCALA_VERSION: ["2.12.17", "2.13.8"]
17
steps:
18
- uses: actions/checkout@v3
19
- uses: coursier/cache-action@v6
project/Settings.scala
@@ -86,7 +86,7 @@ object Settings {
86
(Compile / sourceGenerators) += customSourceGenerators.taskValue
87
)
88
89
- private val scala212 = "2.12.16"
+ private val scala212 = "2.12.17"
90
private val scala213 = "2.13.8"
91
92
private lazy val isAtLeastScala213 = Def.setting {
0 commit comments