Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 630 Bytes

README.markdown

File metadata and controls

29 lines (19 loc) · 630 Bytes

Maven Scala Seed

A Giter8 template for a sample Scala project using the Maven build tool!

Prerequisites

Install Giter8 with Coursier.

cs install giter8

Create new project

To create a new Scala 2.13.x project just run:

g8 scalameta/maven-scala-seed.g8

To create a new Scala 3 version project instead run:

g8 --scala_version=3.3.3 --scala_binary_version=3 scalameta/maven-scala-seed.g8

You can also use the "New Scala Project" command in Metals