Skip to content

Commit 5582e97

Browse files
committed
chore: Add support for Scala 2.13.18
1 parent 1ff5508 commit 5582e97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
{ version: '2.12.18' },
2525
{ version: '2.13.16' },
2626
{ version: '2.13.17' },
27+
{ version: '2.13.18' },
2728
]
2829
steps:
2930
- name: checkout the repo

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ lazy val bin212 =
1515
)
1616
lazy val bin213 =
1717
Seq(
18+
"2.13.18",
1819
"2.13.17",
1920
defaultScala213
2021
)

0 commit comments

Comments
 (0)