File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class CommunityBuildTest {
100100
101101 @ Test def utest = testMill(
102102 project = " utest" ,
103- testCommand = " __.__ .test" ,
103+ testCommand = s " utest.jvm[ $compilerVersion ] .test" ,
104104 extraMillArgs = List (" -i" , " -D" , s " dottyVersion= $compilerVersion" )
105105 )
106106
Original file line number Diff line number Diff line change @@ -1130,6 +1130,7 @@ object Build {
11301130 (publishLocal in `dotty-compiler-bootstrapped`).value
11311131 (publishLocal in `sbt-dotty`).value
11321132 (publishLocal in `dotty-bootstrapped`).value
1133+ (publishLocal in `dotty-staging`).value
11331134 val pluginText =
11341135 s """ updateOptions in Global ~= (_.withLatestSnapshots(false))
11351136 |addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % " $sbtDottyVersion") """ .stripMargin
You can’t perform that action at this time.
0 commit comments