diff --git a/build.sbt b/build.sbt index 1c300d5ac..75189bece 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val utilRoot: Project = (project in file(".")) description := "Util module for sbt", scmInfo := Some(ScmInfo(url("https://github.com/sbt/util"), "git@github.com:sbt/util.git")), scalafmtOnCompile := true, - scalafmtVersion := "1.1.0", + scalafmtVersion := "1.2.0", )), commonSettings, name := "Util Root",