I had few activater templates for a while now that I use to start different types of Scala projects. I open sourced those and made available via Github and activator website. There was lots of traction from the community and since Activator is deprecated now I decided to take those and convert to Gitter8 templates so sbt new can be used to start projects. The new templates work with sbt 1 and all the dependencies, including sbt plugins in the projects, are upgraded.

The old activator templates are still on my github and available for people who still use activator but new updates and patches will only be submitted to new g8 templates.

Minimal Scala Lib Seed

To start a project run sbt new yeghishe/minimal-scala-lib-seed.g8

Github

Old Activator template

Minimal Scala Akka Seed

To start a project run sbt new yeghishe/minimal-scala-akka-seed.g8

Github

Old Activator template

Minimal Scala Akka Http Seed

To start a project run sbt new yeghishe/minimal-scala-akka-http-seed.g8

Github

Old Activator template

Scala AWS Lambda Seed

To start a project run sbt new yeghishe/scala-aws-lambda-seed.g8

Github

Old Activator template

If you have questions about any of those templates or need help upgrading to sbt 1, feel free to contact me here or in github.