A tutorial about effectively building Scala projects, "sbt in Action" introduces the sbt tool with a simple project that establishes the fundamentals of running commands and tasks. Next, it shows you how to use the peripheral libraries in sbt to make common tasks simpler. Finally, it covers how to deploy software effectively. You'll learn to appreciate how sbt improves the process of developing software, not just running builds.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
sbt is a...
Summary
A tutorial about effectively building Scala projects, "sbt in Action" introduces the sbt tool with a simple project that establishes the...