mirror of https://github.com/sbt/sbt.git
Update call to deprecated api in scripted
This commit is contained in:
parent
f170d0c60c
commit
e0e2336a4b
|
|
@ -18,7 +18,7 @@ object A extends AutoPlugin {
|
||||||
Nil
|
Nil
|
||||||
|
|
||||||
def setUpScripted = Command.command("setUpScripted") { (state0: State) =>
|
def setUpScripted = Command.command("setUpScripted") { (state0: State) =>
|
||||||
Project.extract(state0).append(name := "foo", state0)
|
Project.extract(state0).appendWithoutSession(name := "foo", state0)
|
||||||
}
|
}
|
||||||
|
|
||||||
// used to ensure the build-level and global settings are only added once
|
// used to ensure the build-level and global settings are only added once
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue