File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ project/boot/
12
12
project /plugins /project /
13
13
project /local-plugins.sbt
14
14
.history
15
+ .bsp
15
16
16
17
# Scala-IDE specific
17
18
.scala_dependencies
Original file line number Diff line number Diff line change 1
- val dottyVersion = " 3.0.0-M2 "
2
- val scala213Version = " 2.13.4 "
1
+ val scala2Version = " 2.13.4 "
2
+ val scala3Version = " 3.0.0-M3 "
3
3
4
4
lazy val root = project
5
5
.in(file(" ." ))
6
6
.settings(
7
- name := " dotty -cross" ,
7
+ name := " scala3 -cross" ,
8
8
version := " 0.1.0" ,
9
9
10
10
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % " test" ,
11
11
12
12
// To make the default compiler and REPL use Dotty
13
- scalaVersion := dottyVersion ,
13
+ scalaVersion := scala3Version ,
14
14
15
15
// To cross compile with Dotty and Scala 2
16
- crossScalaVersions := Seq (dottyVersion, scala213Version )
16
+ crossScalaVersions := Seq (scala3Version, scala2Version )
17
17
)
Original file line number Diff line number Diff line change 1
- sbt.version =1.3.13
1
+ sbt.version =1.4.4
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.6 " )
1
+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.0 " )
You can’t perform that action at this time.
0 commit comments