File tree 3 files changed +6
-6
lines changed
inspector/src/main/scala/inspector 3 files changed +6
-6
lines changed 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 lib = project
4
4
.in(file(" lib" ))
5
5
.settings(
6
6
name := " lib" ,
7
7
version := " 0.1.0" ,
8
8
9
- scalaVersion := dottyVersion ,
9
+ scalaVersion := scala3Version ,
10
10
11
11
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % " test"
12
12
)
@@ -17,10 +17,10 @@ lazy val inspector = project
17
17
name := " inspector" ,
18
18
version := " 0.1.0" ,
19
19
20
- scalaVersion := dottyVersion ,
20
+ scalaVersion := scala3Version ,
21
21
22
22
libraryDependencies ++= Seq (
23
- " org.scala-lang" %% " scala3-tasty-inspector" % dottyVersion ,
23
+ " org.scala-lang" %% " scala3-tasty-inspector" % scala3Version ,
24
24
" com.novocode" % " junit-interface" % " 0.11" % " test"
25
25
)
26
26
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package inspector
3
3
import scala .quoted ._
4
4
5
5
@ main def run =
6
- val tastyFile = " lib/target/scala-3.0.0-M2 /classes/lib/Greetings.tasty"
6
+ val tastyFile = " lib/target/scala-3.0.0-M3 /classes/lib/Greetings.tasty"
7
7
val tastyContents = Inspector .showCodeOf(tastyFile)
8
8
println(tastyContents)
9
9
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