portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
19 stars 2 forks source link

Replace sbt-tpolecat with manual ScalaCompiler options #118

Closed jspenger closed 1 year ago

jspenger commented 1 year ago

There is good reason to replace the sbt-toplecat options with manual options. I've found the support for the latest Scala 3 options to be lacking. Instead of adding custom options to sbt-tpolecat, it would make sense to manually enter the options that we want.

See https://github.com/typelevel/sbt-tpolecat for more info.