Skip to content

Commit 229a67f

Browse files
Add dotty-staging to prepareCommunityBuild
1 parent 3679c17 commit 229a67f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)