This release brings initial sbt2 support to the sbt plugin.
Further work is needed to bring build caching in line with sbt2 approaches.
Additionally, non-opaque type aliases no longer define their own entries, but export them from the aliased type – making the equivalence easier to work with.
What's Changed
- non-opaque type aliases should export aliased companion by @keynmol in #405
- sbt2 by @keynmol in #407
Full Changelog: v0.4.4...v0.4.5