Merge pull request #7536 from sbt/eed3si9n-patch-1

Fix typo
This commit is contained in:
eugene yokota 2024-04-15 18:18:45 -04:00 committed by GitHub
commit 6678746ef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1183,7 +1183,7 @@ object Defaults extends BuildCommon {
if (VersionNumber(sv).matchesSemVer(SemanticSelector(s"<$libVer")))
sys.error(
s"""expected `$n/scalaVersion` to be "$libVer" or later,
|but found "$sv"; upgrade scalaVerion to fix the build.
|but found "$sv"; upgrade scalaVersion to fix the build.
|
|to support backwards-only binary compatibility (SIP-51),
|the Scala 2.13 compiler cannot be older than $libName on the