File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- val scala3Version = " 3.7.1 "
1
+ val scala3Version = " 3.7.2 "
2
2
3
3
lazy val lib = project
4
4
.in(file(" lib" ))
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package inspector
3
3
import scala .quoted ._
4
4
5
5
@ main def run =
6
- val tastyFile = " lib/target/scala-3.7.1 /classes/lib/Greetings.tasty"
6
+ val tastyFile = " lib/target/scala-3.7.2 /classes/lib/Greetings.tasty"
7
7
val tastyContents = Inspector .showCodeOf(tastyFile)
8
8
println(tastyContents)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class InspectorTest {
14
14
| def hello(name: scala.Predef.String): scala.Predef.String = "Hello ".+(name)
15
15
| }
16
16
|}""" .stripMargin,
17
- Inspector .showCodeOf(" lib/target/scala-3.7.1 /classes/lib/Greetings.tasty" )
17
+ Inspector .showCodeOf(" lib/target/scala-3.7.2 /classes/lib/Greetings.tasty" )
18
18
)
19
19
20
20
}
You can’t perform that action at this time.
0 commit comments