Scala / Scala interview questions
What is SBT tool?
sbt is an open-source build tool for Scala and Java projects, similar to Java's Maven and Ant. Its main features are: Native support for compiling Scala code and integrating with many Scala test frameworks.
More Related questions...