Skip to content

Scalafmt v2.0.0

Choose a tag to compare

@olafurpg olafurpg released this 30 Jun 10:58
51cbca4

This release is identical to 2.0.0-RC8 except:

  • #1441 Add parsing support for Scala 2.13 syntax such as underscore separators (1_000_000) and by-name implicits (def foo[T](implicit arg: => Ordering[T]))