Skip to content

Commit b64ee6d

Browse files
Add dotty-staging to prepareCommunityBuild
1 parent 7fc3f5e commit b64ee6d

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
@@ -102,7 +102,7 @@ class CommunityBuildTest {
102102

103103
@Test def utest = testMill(
104104
project = "utest",
105-
testCommand = "__.__.test",
105+
testCommand = s"utest.jvm[$compilerVersion].test",
106106
extraMillArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
107107
)
108108

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)