sbt 書 (日本語版草稿)
これは未だリリースされていない sbt 2.x のドキュメンテーションの草稿だ。一般的な概念は sbt 1.x とも一貫しているが、2.x 系および本稿の詳細は今後変更される可能性がある。
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.7.2"
Scala を始めるには、一行の build.sbt
を書くだけでいい。
Links
- The source for this documentation is hosted at sbt/website
- The documentation for sbt 1.x is available