Project in Scala (prezentacja Witold Jędrzejewski)

SBT, ScalaTest & IntelliJ

Installation

Course

  1. New SBT project
  2. Dependencies
  3. Building jars
  4. SBT plugins
  5. ScalaTest
Sample project

What's next?

Bonus

What is the result of:

List("a", "b", "c").toSet() + "d"

Answer