diff --git a/.scalafmt.conf b/.scalafmt.conf index 66bbd5b..26cb41f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,5 @@ +version = "2.2.1" + align.tokens = [ {code = "%", owner = "Term.ApplyInfix"}, {code = "%%", owner = "Term.ApplyInfix"} diff --git a/project/plugins.sbt b/project/plugins.sbt index 9507d41..2282a44 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")