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 cddae84 commit b976018Copy full SHA for b976018
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
{ version: '2.12.18' },
25
{ version: '2.13.16' },
26
{ version: '2.13.17' },
27
+ { version: '2.13.18' },
28
]
29
steps:
30
- name: checkout the repo
build.sbt
@@ -15,6 +15,7 @@ lazy val bin212 =
15
)
16
lazy val bin213 =
17
Seq(
18
+ "2.13.18",
19
"2.13.17",
20
defaultScala213
21
0 commit comments