Skip to content

Commit ef9246f

Browse files
committed
Rename dotty to scala 3
1 parent 92fd1c7 commit ef9246f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/main/g8/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## Dotty Staging template project
1+
## Scala 3 Staging template project
22

33
### Usage
44

55
This is a normal sbt project, you can compile code with `sbt compile` and run it
6-
with `sbt run`, `sbt console` will start a Dotty REPL.
6+
with `sbt run`, `sbt console` will start a Scala 3 REPL.
77

88
For more information on the sbt-dotty plugin, see the
99
[dotty-example-project](https://github.com/lampepfl/dotty-example-project/blob/master/README.md).

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val scala3Version = "3.2.0"
33
lazy val root = project
44
.in(file("."))
55
.settings(
6-
name := "dotty-simple",
6+
name := "scala3-simple",
77
version := "0.1.0",
88

99
scalaVersion := scala3Version,

src/main/g8/default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name=Dotty Staging Project Template
2-
description=A template to demonstrate a minimal Dotty staging application
1+
name=Scala 3 Staging Project Template
2+
description=A template to demonstrate a minimal Scala 3 staging application

0 commit comments

Comments
 (0)