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 @@ -102,7 +102,7 @@ class CommunityBuildTest {
102
102
103
103
@ Test def utest = testMill(
104
104
project = " utest" ,
105
- testCommand = " __.__ .test" ,
105
+ testCommand = s " utest.jvm[ $compilerVersion ] .test" ,
106
106
extraMillArgs = List (" -i" , " -D" , s " dottyVersion= $compilerVersion" )
107
107
)
108
108
Original file line number Diff line number Diff line change @@ -1130,6 +1130,7 @@ object Build {
1130
1130
(publishLocal in `dotty-compiler-bootstrapped`).value
1131
1131
(publishLocal in `sbt-dotty`).value
1132
1132
(publishLocal in `dotty-bootstrapped`).value
1133
+ (publishLocal in `dotty-staging`).value
1133
1134
val pluginText =
1134
1135
s """ updateOptions in Global ~= (_.withLatestSnapshots(false))
1135
1136
|addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % " $sbtDottyVersion") """ .stripMargin
You can’t perform that action at this time.
0 commit comments