Skip to content

Update sbt-assembly to 2.3.1 - #1535

Closed
scala-steward wants to merge 133 commits into
sbt:1.10.xfrom
scala-steward:update/sbt-assembly-2.3.1
Closed

Update sbt-assembly to 2.3.1#1535
scala-steward wants to merge 133 commits into
sbt:1.10.xfrom
scala-steward:update/sbt-assembly-2.3.1

Conversation

@scala-steward

@scala-steward scala-steward commented Feb 4, 2025

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates com.eed3si9n:sbt-assembly from 2.2.0 to 2.3.1

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.eed3si9n", artifactId = "sbt-assembly" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1

**Problem**
Compiler options for the compiler plugins ends up capturing the absolute path,
specific to the machine.

**Solution**
This substitutes dollar in scalacOptions with the path.
@scala-steward
scala-steward force-pushed the update/sbt-assembly-2.3.1 branch from 57a7890 to a59ca8c Compare April 26, 2025 19:50
@scala-steward
scala-steward force-pushed the update/sbt-assembly-2.3.1 branch from a59ca8c to 82c30aa Compare July 27, 2025 21:01
eed3si9n and others added 12 commits August 3, 2025 22:34
**Problem**
While it might be inefficient, we might need to set exportJars to false,
and pass directories between the subprojects and Compile/Test configurations.
Currently this fails at calculation of the input hash.

**Solution**
This adds MappedDirectory to recursively calculate the file content hash
and aggregate them.
@scala-steward
scala-steward force-pushed the update/sbt-assembly-2.3.1 branch from 82c30aa to 1f6e770 Compare August 31, 2025 02:18
@xuwei-k xuwei-k closed this Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants