Skip to content

0.2.4 release

Compare
Choose a tag to compare
@godenji godenji released this 25 Oct 16:47
· 52 commits to master since this release
  • Upgrade to Scala 2.12.4
  • Upgrade to Sbt 1.0.2
  • Add support for multiline param groups (fixes #77)
def foo[T]
  (a: A)
  (b: B)
  (implicit t: T)

Enabled with allowParamGroupsOnNewlines set to true