The Book of sbt (Draft)
Languages:
sbt is a simple build tool for Scala and Java. sbt downloads your library dependencies via Coursier, incrementally compiles and tests your projects, integrates with IDEs like IntelliJ and VS Code, makes JAR packages, and publishes them to the Central Repo, JVM community's package registry.
scalaVersion := "3.8.1"
You just need one line of build.sbt to get started with Scala.
Links
- The source for this documentation is hosted at sbt/website
- The documentation for sbt 1.x is available