From bc1f2586568a46657d909c84ff70613956017d1e Mon Sep 17 00:00:00 2001 From: Oron Port Date: Fri, 7 May 2021 14:42:30 +0300 Subject: [PATCH] Update docs to refer to the new Scala 3 gitter8 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index a6e99cb73265..611d7b000929 100644 --- a/docs/index.html +++ b/docs/index.html @@ -85,7 +85,7 @@

Create a Scala 3 Project

The fastest way to create a new project in Scala 3 is using sbt (1.1.4+).

Create a Scala 3 project:

-
sbt new lampepfl/dotty.g8
+
sbt new scala/scala3.g8

Or a Scala 3 project that cross compiles with Scala 2:

sbt new lampepfl/dotty-cross.g8