Skip to content

Commit a094614

Browse files
committed
chore: Depreate versions that donot have scala 3 release in binary check
1 parent cd919cf commit a094614

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.mill

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ val scalaVersions = List("2.12.20", "2.13.15", "3.3.4") ++ dottyVersion
1616
trait RequestsJvmModule extends RequestsModule with Mima {
1717
def mimaPreviousArtifacts = Agg(
1818
(
19-
Seq("0.7.0", "0.7.1", "0.8.2")
20-
++ Option
21-
.when(VcsVersion.vcsState().commitsSinceLastTag != 0)(VcsVersion.vcsState().lastTag)
22-
.flatten
19+
Seq("0.6.9", "0.7.0", "0.7.1", "0.8.0","0.8.2", "0.9.0")
2320
).map(v => ivy"com.lihaoyi::requests:${v}") : _*
2421
)
2522
override def mimaBinaryIssueFilters = Seq(

0 commit comments

Comments
 (0)