Skip to content

Commit 5617e3e

Browse files
committed
bump scala version in semanticdb tests
1 parent 6361419 commit 5617e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

semanticdb/test/dotty/semanticdb/Tests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ class TastyInspecter extends TastyConsumer {
4949

5050
class Tests {
5151

52-
// TODO: update scala-0.10 on version change (or resolve automatically)
52+
// TODO: update scala-0.13 on version change (or resolve automatically)
5353
final def tastyClassDirectory =
54-
"out/bootstrap/dotty-semanticdb/scala-0.11/test-classes"
54+
"out/bootstrap/dotty-semanticdb/scala-0.12/test-classes"
5555
val sourceroot = Paths.get("semanticdb", "input").toAbsolutePath
5656
val sourceDirectory = sourceroot.resolve("src/main/scala")
5757

0 commit comments

Comments
 (0)