Skip to content

Commit acbd467

Browse files
committed
remove scala-js from local caching
1 parent 040793c commit acbd467

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: project/Build.scala

-4
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,6 @@ object Build {
22592259
def asDist(implicit mode: Mode): Project = project.
22602260
enablePlugins(PackPlugin).
22612261
enablePlugins(RepublishPlugin).
2262-
bootstrappedEnablePlugins(DottyJSPlugin).
22632262
withCommonSettings.
22642263
settings(commonDistSettings).
22652264
dependsOn(
@@ -2272,9 +2271,6 @@ object Build {
22722271
scaladoc,
22732272
`scala3-sbt-bridge`, // for scala-cli
22742273
).
2275-
bootstrappedDependsOn(
2276-
`scala3-library-bootstrappedJS` // for scala-cli
2277-
).
22782274
bootstrappedSettings(
22792275
target := baseDirectory.value / "target" // override setting in commonBootstrappedSettings
22802276
)

0 commit comments

Comments
 (0)