We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a937bb commit dd00264Copy full SHA for dd00264
build.sbt
@@ -10,10 +10,10 @@ commands += Command.command("testAll") { s =>
10
"test:compile" ::
11
"compilation/test" ::
12
"hot -psource=scalap -wi 1 -i 1 -f1" ::
13
- "++0.2.0-RC1" ::
+ s"++$dottyLatest" ::
14
15
"hot -psource=vector -wi 1 -i 1 -f1" ::
16
- "++2.11.8" ::
+ s"++$scala211" ::
17
"micro/jmh:run -w1 -f1" ::
18
s
19
}
0 commit comments