Use Def.settings (bikeshed)

This commit is contained in:
Dale Wijnand 2018-03-06 19:20:31 +00:00
parent 4b36bca5ec
commit 26014a527e
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def buildLevelSettings: Seq[Setting[_]] =
scalafmtVersion := "1.3.0",
))
def commonSettings: Seq[Setting[_]] = Def settings (
def commonSettings: Seq[Setting[_]] = Def.settings(
headerLicense := Some(HeaderLicense.Custom(
"""|sbt
|Copyright 2011 - 2017, Lightbend, Inc.