File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ## Dotty Staging template project
1
+ ## Scala 3 Staging template project
2
2
3
3
### Usage
4
4
5
5
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.
7
7
8
8
For more information on the sbt-dotty plugin, see the
9
9
[ dotty-example-project] ( https://github.com/lampepfl/dotty-example-project/blob/master/README.md ) .
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ val scala3Version = "3.2.0"
3
3
lazy val root = project
4
4
.in(file(" ." ))
5
5
.settings(
6
- name := " dotty -simple" ,
6
+ name := " scala3 -simple" ,
7
7
version := " 0.1.0" ,
8
8
9
9
scalaVersion := scala3Version,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments