You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose you just bumped to Scala 3.1.3, and you forgot to re-generate the workflow. Because it attempts to set the Scala version before running the check, you can get into trouble like this:
[error] Switch failed: no subprojects list "3.1.2" (or compatible version) in crossScalaVersions setting.
[error] If you want to force it regardless, call ++ 3.1.2!
The text was updated successfully, but these errors were encountered:
sbt-typelevel/.github/workflows/ci.yml
Lines 69 to 70 in 42eec29
Suppose you just bumped to Scala 3.1.3, and you forgot to re-generate the workflow. Because it attempts to set the Scala version before running the check, you can get into trouble like this:
The text was updated successfully, but these errors were encountered: