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 {
100
100
101
101
@ Test def utest = testMill(
102
102
project = " utest" ,
103
- testCommand = " __.__ .test" ,
103
+ testCommand = s " utest.jvm[ $compilerVersion ] .test" ,
104
104
extraMillArgs = List (" -i" , " -D" , s " dottyVersion= $compilerVersion" )
105
105
)
106
106
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