v3.0.8
Pull Requests
- Documentation: describe
importSelectors
(#2833) @kitbellew - Add scalameta logo as favicon (#2831) @mlachkar
- #2830 Add Term.New check to AvoidInfix (#2832) @DutchDestroyer
- FormatWriter: ensure space in single-line comments (#2828) @kitbellew
- FormatWriter: do not wrap commented-out code (#2827) @kitbellew
- Router: fold single-line case arrow body if unfold (#2826) @kitbellew
- Fix afterCurlyLambdaParams=keep with source=fold (#2825) @kitbellew
- Explain limitations of newlines.afterCurlyLambdaParams (#2824) @tgodzik
Dependency updates
- Update sbt-scalajs to 1.7.1 (#2814) @scala-steward
- Update sbt-native-packager to 1.9.0 (#2813) @scala-steward
- Update sbt-native-image to 0.3.2 (#2817) @scala-steward
- Update scala-parallel-collections to 1.0.4 (#2815) @scala-steward
- Update mdoc, sbt-mdoc to 2.2.24 (#2816) @scala-steward
- Update sbt-mima-plugin to 1.0.1 (#2812) @scala-steward
- Update scalatags to 0.10.0 (#2811) @scala-steward
- Update sbt-ci-release to 1.5.10 (#2810) @scala-steward
- Update scalafmt-core to 3.0.7 (#2818) @scala-steward
- Updating dockerize CI step to properly use docker/metadata-action instead of generating tags with shell cmnds (#2808) @jmherbst