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:
eugene yokota 2023-08-16 08:12:42 -04:00 committed by GitHub
commit f5e08386e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",