Update call to deprecated api in scripted

This commit is contained in:
Ethan Atkins 2018-12-22 15:06:35 -08:00
parent f170d0c60c
commit e0e2336a4b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ object A extends AutoPlugin {
Nil
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