A Giter8 template for a fully configured Scala3 SBT single but multibuild ready project. It is configured in a slightly opinionated but mostly dependency free fashion.
All versions will always stay hardcoded as opposed to being chooseable or automatically updatable via Giter8 in order to guarantee the soundness of the build. In other words, assuming you don't have any global settings/plugins the build won't break unless you manually break it by changing versions by hand. Enjoy!
Configure your Scala dev environment in minutes!
nix run github:devinsideyou/scala-seed # for Scala 3 (default)nix run github:devinsideyou/scala-seed -- devinsideyou/scala-seed # for Scala 2or
g8 devinsideyou/scala3-seed # for Scala 3g8 devinsideyou/scala-seed # for Scala 2or
sbt new devinsideyou/scala3-seed.g8 # for Scala 3sbt new devinsideyou/scala-seed.g8 # for Scala 2