Skip to content

Commit 3816790

Browse files
authored
chore: remove 2.12.8 and 2.12.9 publishing (#508)
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 3816790

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: bin/test-release.sh

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ set -eux
44
version=$1
55

66
coursier fetch \
7-
org.scoverage:scalac-scoverage-plugin_2.12.8:$version \
8-
org.scoverage:scalac-scoverage-plugin_2.12.9:$version \
97
org.scoverage:scalac-scoverage-plugin_2.12.10:$version \
108
org.scoverage:scalac-scoverage-plugin_2.12.11:$version \
119
org.scoverage:scalac-scoverage-plugin_2.12.12:$version \

Diff for: 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)