You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "scala-steward-asf[bot] (via GitHub)" <gi...@apache.org> on 2024/03/12 18:56:04 UTC

[PR] Update sbt-multi-jvm to 0.6.0 [incubator-pekko-persistence-cassandra]

scala-steward-asf[bot] opened a new pull request, #150:
URL: https://github.com/apache/incubator-pekko-persistence-cassandra/pull/150

   ## 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`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md) file.
   
   _Have a fantastic day writing Scala!_
   
   <details>
   <summary>âš™ Adjust future updates</summary>
   
   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" }
   }]
   ```
   </details>
   
   <sup>
   labels: sbt-plugin-update, early-semver-major, semver-spec-minor, artifact-migrations, commit-count:1
   </sup>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-multi-jvm to 0.6.0 [pekko-persistence-cassandra]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on PR #150:
URL: https://github.com/apache/pekko-persistence-cassandra/pull/150#issuecomment-2041456552

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-multi-jvm to 0.6.0 [pekko-persistence-cassandra]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on PR #150:
URL: https://github.com/apache/pekko-persistence-cassandra/pull/150#issuecomment-2041485021

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-multi-jvm to 0.6.0 [pekko-persistence-cassandra]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof closed pull request #150: Update sbt-multi-jvm to 0.6.0
URL: https://github.com/apache/pekko-persistence-cassandra/pull/150


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-multi-jvm to 0.6.0 [pekko-persistence-cassandra]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on PR #150:
URL: https://github.com/apache/pekko-persistence-cassandra/pull/150#issuecomment-2081444308

   #192


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org