mirror of https://github.com/sbt/sbt.git
Merge pull request #7354 from SethTisue/add-scala-3-template
add a Scala 3 seed to the sbt new menu
This commit is contained in:
commit
f5e08386e1
|
|
@ -172,6 +172,7 @@ private[sbt] object TemplateCommandUtil {
|
|||
ScalaToolkitSlug -> "Scala Toolkit (beta) by Scala Center and VirtusLab",
|
||||
TypelevelToolkitSlug -> "Toolkit to start building Typelevel apps",
|
||||
SbtCrossPlatformSlug -> "A cross-JVM/JS/Native project",
|
||||
"scala/scala3.g8" -> "Scala 3 seed template",
|
||||
"scala/scala-seed.g8" -> "Scala 2 seed template",
|
||||
"playframework/play-scala-seed.g8" -> "A Play project in Scala",
|
||||
"playframework/play-java-seed.g8" -> "A Play project in Java",
|
||||
|
|
|
|||
Loading…
Reference in New Issue