We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69868aa commit c3f0f6fCopy full SHA for c3f0f6f
bin/test-release.sh
@@ -9,7 +9,6 @@ coursier fetch \
9
org.scoverage:scalac-scoverage-plugin_2.12.18:$version \
10
org.scoverage:scalac-scoverage-plugin_2.12.19:$version \
11
org.scoverage:scalac-scoverage-plugin_2.12.20:$version \
12
- org.scoverage:scalac-scoverage-plugin_2.13.10:$version \
13
org.scoverage:scalac-scoverage-plugin_2.13.11:$version \
14
org.scoverage:scalac-scoverage-plugin_2.13.12:$version \
15
org.scoverage:scalac-scoverage-plugin_2.13.13:$version \
build.sbt
@@ -19,8 +19,7 @@ lazy val bin213 =
19
defaultScala213,
20
"2.13.13",
21
"2.13.12",
22
- "2.13.11",
23
- "2.13.10"
+ "2.13.11"
24
)
25
26
inThisBuild(
0 commit comments