sbt(running)
Simple Build Tool
Creation
set new sbt/scala-seed.g8
Running
exit
quit set
Directory
Build.sbt or *.sbt defines build in base dir
Shell vs CL
command-line mode and interactive mode
command-line mode, you run
sbt
task from your machine terminal. Once the task successfully finishes thensbt
exits. i.esbt about
the interactive mode, you run -
sbt
command and it launches asbt
shell
HI
Last updated