From 0d4efe51e3f647278f5a782084fe7cd00a41016b Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Mon, 14 Aug 2017 15:25:36 +0100 Subject: [PATCH] Scalafmt 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",