Skip to content

Commit 205d045

Browse files
bishaboshaKordyjan
authored andcommitted
remove scala-js from local caching
[Cherry-picked acbd467]
1 parent cfbee38 commit 205d045

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

project/Build.scala

-4
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,6 @@ object Build {
22672267
def asDist(implicit mode: Mode): Project = project.
22682268
enablePlugins(PackPlugin).
22692269
enablePlugins(RepublishPlugin).
2270-
bootstrappedEnablePlugins(DottyJSPlugin).
22712270
withCommonSettings.
22722271
settings(commonDistSettings).
22732272
dependsOn(
@@ -2280,9 +2279,6 @@ object Build {
22802279
scaladoc,
22812280
`scala3-sbt-bridge`, // for scala-cli
22822281
).
2283-
bootstrappedDependsOn(
2284-
`scala3-library-bootstrappedJS` // for scala-cli
2285-
).
22862282
bootstrappedSettings(
22872283
target := baseDirectory.value / "target" // override setting in commonBootstrappedSettings
22882284
)

0 commit comments

Comments
 (0)