Scalafmt 1.2.0

This commit is contained in:
Dale Wijnand 2017-08-14 15:25:36 +01:00
parent 1527acc6c1
commit 0d4efe51e3
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
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",