Skip to content

DevInsideYou/scala-seed.g8

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A giter8 template for getting started with Scala 2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages