Skip to content

Commit 555d23a

Browse files
authored
Update mima comparison versions (#303)
1 parent e3dd379 commit 555d23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ trait SafeDeps extends ScalaModule {
5353

5454
trait MiMaChecks extends Mima {
5555
def mimaPreviousVersions =
56-
Seq("0.9.0", "0.9.1", "0.9.2", "0.9.3", "0.10.0", "0.10.1", "0.10.2", "0.10.3", "0.10.4")
56+
Seq("0.9.0", "0.9.1", "0.9.2", "0.9.3", "0.10.0", "0.10.1", "0.10.2", "0.10.3", "0.10.4", "0.10.5", "0.10.6")
5757
override def mimaBinaryIssueFilters: T[Seq[ProblemFilter]] = Seq(
5858
ProblemFilter.exclude[ReversedMissingMethodProblem]("os.PathConvertible.isCustomFs"),
5959
// this is fine, because ProcessLike is sealed (and its subclasses should be final)

0 commit comments

Comments
 (0)