8000 Merge pull request #7354 from SethTisue/add-scala-3-template · sbt/sbt@f5e0838 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5e0838

Browse files
authored
Merge pull request #7354 from SethTisue/add-scala-3-template
add a Scala 3 seed to the sbt new menu
2 parents 8857ff2 + 876a854 commit f5e0838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/src/main/scala/sbt/TemplateCommandUtil.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ private[sbt] object TemplateCommandUtil {
172172
ScalaToolkitSlug -> "Scala Toolkit (beta) by Scala Center and VirtusLab",
173173
TypelevelToolkitSlug -> "Toolkit to start building Typelevel apps",
174174
SbtCrossPlatformSlug -> "A cross-JVM/JS/Native project",
175+
"scala/scala3.g8" -> "Scala 3 seed template",
175176
"scala/scala-seed.g8" -> "Scala 2 seed template",
176177
"playframework/play-scala-seed.g8" -> "A Play project in Scala",
177178
"playframework/play-java-seed.g8" -> "A Play project in Java",

0 commit comments

Comments
 (0)
0