mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
This maintains old, existing ways of configurating project settings, while adding the possibility to: * Define add a sequence of settings, between other individual settings * Pass a Seq[Setting[_]] to Project.settings without having to do "varargs expansion", ie. ": _*"