Merge pull request #120 from dwijnand/scalafmt

Scalafmt 1.2.0
This commit is contained in:
Dale Wijnand 2017-08-14 16:58:34 +01:00 committed by GitHub
commit 771a52f651
1 changed files with 1 additions and 1 deletions

View File

@ -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",