Skip to content

Commit dd00264

Browse files
committed
Reuse scala211 and dottyLatest variables in testAll.
1 parent 0a937bb commit dd00264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ commands += Command.command("testAll") { s =>
1010
"test:compile" ::
1111
"compilation/test" ::
1212
"hot -psource=scalap -wi 1 -i 1 -f1" ::
13-
"++0.2.0-RC1" ::
13+
s"++$dottyLatest" ::
1414
"compilation/test" ::
1515
"hot -psource=vector -wi 1 -i 1 -f1" ::
16-
"++2.11.8" ::
16+
s"++$scala211" ::
1717
"micro/jmh:run -w1 -f1" ::
1818
s
1919
}

0 commit comments

Comments
 (0)