Scalafmt 1.2.0

This commit is contained in:
Dale Wijnand
2017-08-14 15:25:36 +01:00
parent 1527acc6c1
commit 0d4efe51e3
+1 -1
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"), "[email protected]:sbt/util.git")),
scalafmtOnCompile := true,
scalafmtVersion := "1.1.0",
scalafmtVersion := "1.2.0",
)),
commonSettings,
name := "Util Root",