Skip to content

Commit 30d8019

Browse files
committed
chore: drop old 2.13 that theres no semanticdb for
1 parent c4cfb7d commit 30d8019

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: bin/test-release.sh

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ coursier fetch \
88
org.scoverage:scalac-scoverage-plugin_2.12.17:$version \
99
org.scoverage:scalac-scoverage-plugin_2.12.18:$version \
1010
org.scoverage:scalac-scoverage-plugin_2.12.19:$version \
11-
org.scoverage:scalac-scoverage-plugin_2.13.10:$version \
1211
org.scoverage:scalac-scoverage-plugin_2.13.11:$version \
1312
org.scoverage:scalac-scoverage-plugin_2.13.12:$version \
1413
org.scoverage:scalac-scoverage-plugin_2.13.13:$version \

Diff for: build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ lazy val bin213 =
1818
defaultScala213,
1919
"2.13.13",
2020
"2.13.12",
21-
"2.13.11",
22-
"2.13.10"
21+
"2.13.11"
2322
)
2423

2524
inThisBuild(

0 commit comments

Comments
 (0)