mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
Merge pull request #3762 from xuwei-k/fix-screpl
fix #3591. "Not a valid key: console-quick"
This commit is contained in:
@@ -56,7 +56,7 @@ object IvyConsole {
|
||||
depSettings)
|
||||
|
||||
val newStructure = Load.reapply(session.original ++ append, structure)
|
||||
val newState = state.copy(remainingCommands = Exec("console-quick", None) :: Nil)
|
||||
val newState = state.copy(remainingCommands = Exec(Keys.consoleQuick.key.label, None) :: Nil)
|
||||
Project.setProject(session, newStructure, newState)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user