Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sbt-multi-jvm to 0.6.0 #150

Closed
wants to merge 1 commit into from

Conversation

scala-steward-asf[bot]
Copy link
Contributor

@scala-steward-asf scala-steward-asf bot commented Mar 12, 2024

About this PR

📦 Updates com.typesafe.sbt:sbt-multi-jvm from 0.4.0 to 0.6.0

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.typesafe.sbt", artifactId = "sbt-multi-jvm" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-multi-jvm" }
}]
labels: sbt-plugin-update, early-semver-major, semver-spec-minor, artifact-migrations, commit-count:1

@scala-steward-asf scala-steward-asf bot force-pushed the update/sbt-multi-jvm-0.6.0 branch 2 times, most recently from 07300b5 to 9405fff Compare April 7, 2024 00:05
@raboof raboof force-pushed the update/sbt-multi-jvm-0.6.0 branch from 9405fff to cc018de Compare April 7, 2024 10:23
@raboof
Copy link
Member

raboof commented Apr 7, 2024

Not sure what's going on here: it seems between com.typesafe.sbt sbt-multi-jvm 0.4.0 and com.github.sbt sbt-multi-jvm 0.5.0, rm -r cassandra-bundle/target/; sbt clean "cassandraBundle / assembly" no longer works - apparently it tries to write to /cassandra-bundle/target/bundle/pekko/persistence/cassandra/launcher but for some reason that directory is missing. I haven't figured out the interaction between sbt-multi-jvm and sbt-assembly yet.

@raboof raboof self-assigned this Apr 7, 2024
@raboof
Copy link
Member

raboof commented Apr 7, 2024

OK, so we're using sbt-assembly in a pretty questionable way here. While I still don't quite understand how the update of sbt-multi-jvm would cause a change in the behavior of sbt-assembly, I don't think sbt-assembly really promised to do what we ask it to do here.

Perhaps it deserves another look whether/how we want cassandra-launcher to work.

@raboof raboof removed their assignment Apr 7, 2024
@scala-steward-asf scala-steward-asf bot force-pushed the update/sbt-multi-jvm-0.6.0 branch 2 times, most recently from a297d38 to 44f2091 Compare April 21, 2024 00:05
@raboof
Copy link
Member

raboof commented Apr 28, 2024

#192

@raboof raboof closed this Apr 28, 2024
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.

1 participant