djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

Skip compatibility scalac options when not cross-building for 2.x #59

Closed armanbilge closed 3 years ago

armanbilge commented 3 years ago

This came up when trying out the new syntax in a Scala 3-only project.

Eventually, this should probably be supported as an option for cross-builds to switch to Scala 3 syntax where the compatibility flags are added to Scala 2.x instead.