Skip to content

Commit 526c6f9

Browse files
committed
chore: remove 2.12.8 and 2.12.9 publishing
If someone is updating to the newest scoverage and are still on 2.12.8 or 2.12.9 there is no reason for them to not be able to bump their Scala version. There is no need to keep publishing all of these. I hit on this in publishing since scalameta wasn't published for 2.12.8 and the release failed because of it.
1 parent 655ab7d commit 526c6f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ lazy val bin212 =
1515
"2.12.13",
1616
"2.12.12",
1717
"2.12.11",
18-
"2.12.10",
19-
"2.12.9",
20-
"2.12.8"
18+
"2.12.10"
2119
)
2220
lazy val bin213 =
2321
Seq(

0 commit comments

Comments
 (0)