diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cca57a..41122a7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.5") // The Play plugin, used for the play-sql module