File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
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 "
1
+ val scala3Version = " 3.0.0-M3 "
2
2
3
3
lazy val root = project
4
4
.in(file(" ." ))
5
5
.settings(
6
6
name := " dotty-simple" ,
7
7
version := " 0.1.0" ,
8
8
9
- scalaVersion := dottyVersion ,
9
+ scalaVersion := scala3Version ,
10
10
11
11
libraryDependencies ++= Seq (
12
- " org.scala-lang" %% " scala3-staging" % dottyVersion ,
12
+ " org.scala-lang" %% " scala3-staging" % scala3Version ,
13
13
" com.novocode" % " junit-interface" % " 0.11" % " test"
14
14
)
15
15
)
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