When I start the sbt console
I get this:
alex@alex-K43U:~$ sbt console [warn] Alternative project directory .sbt (/home/alex/.sbt) has been deprecated since sbt 0.12.0. [warn]
Please use the standard location: /home/alex/project [info] Loading project definition from /home/alex/.sbt [info] Set current project to default-22b2b7 (in build file:/home/alex/)
I just started using scala and sbt, so I'm not really sure what the warning means. It means that I have to move all the content of /home/alex/.sbt
to /home/alex/project
?
(I have this folder too: /home/alex/sbt
which has a bin
folder and a jansi-license.txt
file. I think that's how I installed sbt).
sbt
from your$HOME
but create a dedicated project folder (which would have its very ownproject/
subdirectory) first. – Debilski