v3.4.3
Bug fixes
- Router: no
inInterpolation=allow
if scala3if
(#3115) @kitbellew
Ammonite parsing
Uses the parser in scalameta instead of splitting scripts on /\n@ /
. Preserves multiple consecutive @
now.
- Scalafmt: use ammonite parser to handle scripts (#3120) @kitbellew
- FormatAssertions: use filename to convert to input (#3121) @kitbellew
- Scalameta: upgrade to 4.4.35 (#3119) @kitbellew
- TokenTraverser: remove unnecessary iterator (#3118) @kitbellew
- FormatTokens: remove special case for BOF/EOF (#3117) @kitbellew
- Rewrite: expect a method to convert to Input (#3116) @kitbellew