Skip to content

Commit cc139d7

Browse files
Revert the name of the SBT plugin beacon file at the CB
1 parent bad2ac0 commit cc139d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ object Build {
11841184
}.dependsOn(compile in Compile).evaluated
11851185
)
11861186

1187-
val prepareCommunityBuild = taskKey[Unit]("Publish local the compiler and the sbt plugin. Also store the versions of the published local artefacts in two files, community-build/{scala3-bootstrapped.version,sbt-scala3-sbt}.")
1187+
val prepareCommunityBuild = taskKey[Unit]("Publish local the compiler and the sbt plugin. Also store the versions of the published local artefacts in two files, community-build/{scala3-bootstrapped.version,sbt-dotty-sbt}.")
11881188

11891189
lazy val `community-build` = project.in(file("community-build")).
11901190
dependsOn(dottyLibrary(Bootstrapped)).
@@ -1204,7 +1204,7 @@ object Build {
12041204
val pluginText =
12051205
s"""updateOptions in Global ~= (_.withLatestSnapshots(false))
12061206
|addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "$sbtDottyVersion")""".stripMargin
1207-
IO.write(baseDirectory.value / "sbt-scala3-sbt", pluginText)
1207+
IO.write(baseDirectory.value / "sbt-dotty-sbt", pluginText)
12081208
IO.write(baseDirectory.value / "scala3-bootstrapped.version", dottyVersion)
12091209
},
12101210
testOptions in Test += Tests.Argument(

0 commit comments

Comments
 (0)