upgrade scalafmt

This commit is contained in:
Mark Canlas 2019-10-28 01:10:59 -04:00
parent d67d1c14f7
commit 0b34893c07
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
version = "2.2.1"
align.tokens = [
{code = "%", owner = "Term.ApplyInfix"},
{code = "%%", owner = "Term.ApplyInfix"}

View File

@ -1,2 +1,2 @@
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.2.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.8")