Skip to content

Commit 6e3233e

Browse files
committed
Revert "Remove sbt-dotty from generated plugins file"
This reverts commit 2f16b32.
1 parent 2f16b32 commit 6e3233e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,6 +1616,7 @@ object Build {
16161616
// (publishLocal in `scala3-staging`).value
16171617
val pluginText =
16181618
s"""updateOptions in Global ~= (_.withLatestSnapshots(false))
1619+
|addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "$sbtDottyVersion")
16191620
|addSbtPlugin("ch.epfl.lamp" % "sbt-community-build" % "$sbtCommunityBuildVersion")
16201621
|addSbtPlugin("org.scala-js" % "sbt-scalajs" % "$scalaJSVersion")""".stripMargin
16211622
IO.write(baseDirectory.value / "sbt-dotty-sbt", pluginText)

0 commit comments

Comments
 (0)