Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.08 KB

A Giter8/SBT/Scala template

A Giter8 template for a fully configured Scala 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!

sbt new devinsideyou/scala-seed.g8  # for Scala 2
sbt new devinsideyou/scala3-seed.g8 # for Scala 3

or

g8 devinsideyou/scala-seed  # for Scala 2
g8 devinsideyou/scala3-seed # for Scala 3

Watch on YouTube