Scala Flashcards
(3 cards)
1
Q
What is?
REPL
A
The Scala REPL is a tool (scala) for evaluating expressions in Scala.
2
Q
How to
Compile integration test?
A
sbt it:clean it:compile
3
Q
What is SBT
A
What is?
REPL
The Scala REPL is a tool (scala) for evaluating expressions in Scala.
How to
Compile integration test?
sbt it:clean it:compile
What is SBT