Skip to content

Commit

Permalink
Do not start S3 API bundle, remove updater from container
Browse files Browse the repository at this point in the history
  • Loading branch information
atooni committed Jul 23, 2022
1 parent 9af3958 commit 9aaa424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sc
Expand Up @@ -2261,7 +2261,7 @@ class BlendedCross(crossScalaVersion: String) extends GenIdeaModule { blended =>
name = baseName + ".aws.modules",
features = Seq.empty,
bundles = Seq(
FeatureBundle(coreDep(blended.aws.s3)())
FeatureBundle(coreDep(blended.aws.s3)(), 10, false)
)
)
}
Expand All @@ -2275,7 +2275,6 @@ class BlendedCross(crossScalaVersion: String) extends GenIdeaModule { blended =>
bundles = Seq(
FeatureBundle(coreDep(blended.security.boot)()),
FeatureBundle(deps.asmAll, 4, true),
FeatureBundle(coreDep(blended.updater)(), 4, true),
FeatureBundle(coreDep(blended.updater.config)(), 4, true),
FeatureBundle(deps.scalaReflect(scalaVersion())),
FeatureBundle(deps.scalaLibrary(scalaVersion())),
Expand Down

0 comments on commit 9aaa424

Please sign in to comment.