sbt/main/src
Dale Wijnand 13c6729507 Extract Def.settings from Project#settings.
This allows for the same functionality that using SettingsDefinition in
Project#settings allows (specifying either bare Setting[_] or a Seq[Setting[_]])
to be available outside of the settings for a project, for instance when
defining a val.

In short, it allows:

    val modelSettings = Def.settings(
      sharedSettings,
      libraryDependencies += foo
    )
2015-08-20 18:45:41 +01:00
..
main/scala/sbt Extract Def.settings from Project#settings. 2015-08-20 18:45:41 +01:00
test Fix additional warnings 2015-08-07 00:23:14 +02:00