Skip to content

Commit b976018

Browse files
authored
chore: Add support for Scala 2.13.18 (#733)
1 parent cddae84 commit b976018

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)