Skip to content

Commit 46ba334

Browse files
committed
always force sbt-scalajs version
1 parent 5d7130a commit 46ba334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ final case class SbtCommunityProject(
6868
project: String,
6969
sbtTestCommand: String,
7070
extraSbtArgs: List[String] = Nil,
71-
forceUpgradeSbtScalajsPlugin: Boolean = false,
71+
forceUpgradeSbtScalajsPlugin: Boolean = true,
7272
dependencies: List[CommunityProject] = Nil,
7373
sbtPublishCommand: String = null) extends CommunityProject:
7474
override val binaryName: String = "sbt"

0 commit comments

Comments
 (0)