Skip to content

Commit

Permalink
remove scala-js from local caching
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed May 7, 2024
1 parent 040793c commit acbd467
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,6 @@ object Build {
def asDist(implicit mode: Mode): Project = project.
enablePlugins(PackPlugin).
enablePlugins(RepublishPlugin).
bootstrappedEnablePlugins(DottyJSPlugin).
withCommonSettings.
settings(commonDistSettings).
dependsOn(
Expand All @@ -2272,9 +2271,6 @@ object Build {
scaladoc,
`scala3-sbt-bridge`, // for scala-cli
).
bootstrappedDependsOn(
`scala3-library-bootstrappedJS` // for scala-cli
).
bootstrappedSettings(
target := baseDirectory.value / "target" // override setting in commonBootstrappedSettings
)
Expand Down

0 comments on commit acbd467

Please sign in to comment.