It seems like this isn't possible right now, based on this SBT issue:
sbt/sbt#1918
Other options would include creating a new task (e.g. forkConsole) that depends upon the Scala compiler and directly launches its own REPL. This is a bit ugly, but might be useful to include in a future SBT plugin.
It seems like this isn't possible right now, based on this SBT issue:
sbt/sbt#1918
Other options would include creating a new task (e.g.
forkConsole) that depends upon the Scala compiler and directly launches its own REPL. This is a bit ugly, but might be useful to include in a future SBT plugin.