File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
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.
7
-
8
- For more information on the sbt-dotty plugin, see the
9
- [ dotty-example-project] ( https://github.com/lampepfl/dotty-example-project/blob/master/README.md ) .
6
+ with ` sbt run ` , ` sbt console ` will start a Scala 3 REPL.
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ 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,
10
10
11
11
libraryDependencies ++= Seq (
12
12
" org.scala-lang" %% " scala3-staging" % scala3Version,
13
- " com.github.sbt" % " junit-interface" % " 0.13.2 " % " test"
13
+ " com.github.sbt" % " junit-interface" % " 0.13.3 " % " test"
14
14
)
15
15
)
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
Original file line number Diff line number Diff line change 1
- sbt.version =1.6.1
1
+ sbt.version =1.8.0
You can’t perform that action at this time.
0 commit comments