Skip to content

Commit 8612d70

Browse files
authored
chore: add support for 2.13.11 (#553)
closes #551
1 parent 927a495 commit 8612d70

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
{ version: '2.12.18' },
2323
{ version: '2.12.17' },
2424
{ version: '2.12.16' },
25+
{ version: '2.13.11' },
2526
{ version: '2.13.10' },
26-
{ version: '2.13.9' },
27-
{ version: '2.13.8' },
27+
{ version: '2.13.9' }
2828
]
2929
steps:
3030
- name: checkout the repo

Diff for: build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbtcrossproject.CrossType
44
lazy val munitVersion = "0.7.29"
55
lazy val scalametaVersion = "4.7.8"
66
lazy val defaultScala212 = "2.12.18"
7-
lazy val defaultScala213 = "2.13.10"
7+
lazy val defaultScala213 = "2.13.11"
88
lazy val defaultScala3 = "3.3.0"
99
lazy val bin212 =
1010
Seq(
@@ -21,6 +21,7 @@ lazy val bin212 =
2121
lazy val bin213 =
2222
Seq(
2323
defaultScala213,
24+
"2.13.10",
2425
"2.13.9",
2526
"2.13.8",
2627
"2.13.7",

0 commit comments

Comments
 (0)