mirror of https://github.com/sbt/sbt.git
formatting
This commit is contained in:
parent
5ab122c3cf
commit
3954985506
|
|
@ -120,7 +120,9 @@ final case class Extracted(structure: BuildStructure,
|
|||
structure.data.get(scope, key) getOrElse sys.error(
|
||||
display.show(ScopedKey(scope, key)) + " is undefined.")
|
||||
|
||||
@deprecated("This discards session settings. Migrate to appendWithSession or appendWithoutSession.", "1.2.0")
|
||||
@deprecated(
|
||||
"This discards session settings. Migrate to appendWithSession or appendWithoutSession.",
|
||||
"1.2.0")
|
||||
def append(settings: Seq[Setting[_]], state: State): State =
|
||||
appendWithoutSession(settings, state)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue