We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f16b32 commit 6e3233eCopy full SHA for 6e3233e
project/Build.scala
@@ -1616,6 +1616,7 @@ object Build {
1616
// (publishLocal in `scala3-staging`).value
1617
val pluginText =
1618
s"""updateOptions in Global ~= (_.withLatestSnapshots(false))
1619
+ |addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "$sbtDottyVersion")
1620
|addSbtPlugin("ch.epfl.lamp" % "sbt-community-build" % "$sbtCommunityBuildVersion")
1621
|addSbtPlugin("org.scala-js" % "sbt-scalajs" % "$scalaJSVersion")""".stripMargin
1622
IO.write(baseDirectory.value / "sbt-dotty-sbt", pluginText)
0 commit comments