Merge pull request #8312 from eed3si9n/wip/plugin-cross

[2.x] fix: Fixes PluginCross
This commit is contained in:
eugene yokota 2025-09-29 01:46:39 -04:00 committed by GitHub
commit 0be88cdaac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ private[sbt] object PluginCross {
case VersionNumber(Seq(0, 12, _*), _, _) => "2.9.2"
case VersionNumber(Seq(0, 13, _*), _, _) => "2.10.7"
case VersionNumber(Seq(1, 0, _*), _, _) => "2.12.20"
case VersionNumber(Seq(2, _*), _, _) => "3.7.3"
case _ => sys.error(s"Unsupported sbt binary version: $sv")
}
}