Update mima setting (#9039)

This commit is contained in:
kenji yoshida 2026-04-08 06:54:53 +09:00 committed by GitHub
parent 75dcd1229b
commit 1601570602
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def testedBaseSettings: Seq[Setting[?]] =
val sbt20Plus =
Seq(
"2.0.0-RC10",
"2.0.0-RC11",
)
val mimaSettings = mimaSettingsSince(sbt20Plus)
def mimaSettingsSince(versions: Seq[String]): Seq[Def.Setting[?]] = Def settings (