We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7130a commit 46ba334Copy full SHA for 46ba334
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -68,7 +68,7 @@ final case class SbtCommunityProject(
68
project: String,
69
sbtTestCommand: String,
70
extraSbtArgs: List[String] = Nil,
71
- forceUpgradeSbtScalajsPlugin: Boolean = false,
+ forceUpgradeSbtScalajsPlugin: Boolean = true,
72
dependencies: List[CommunityProject] = Nil,
73
sbtPublishCommand: String = null) extends CommunityProject:
74
override val binaryName: String = "sbt"
0 commit comments