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
Per a discussion with @armanbilge - we noticed that the crossScalaVersions will only display 1 scalaVersion when combined with the sbt-projectMatrix plugin. This means that this conditional is met, which is incorrect for projects that also contain Scala 2 cross builds:
If you open that project in sbt and do show core3/scalacOptions, you will see it is setting compiler flags that don't make sense for code that is cross-compiling with Scala 2 (e.g. the underscore mode for kind-projector).
Per a discussion with @armanbilge - we noticed that the
crossScalaVersions
will only display 1 scalaVersion when combined with thesbt-projectMatrix
plugin. This means that this conditional is met, which is incorrect for projects that also contain Scala 2 cross builds:https://github.com/typelevel/sbt-typelevel/blob/series/0.4/settings/src/main/scala/org/typelevel/sbt/TypelevelSettingsPlugin.scala#L153
The text was updated successfully, but these errors were encountered: