Frank Thomas

Results 290 comments of Frank Thomas

> How can one easily add libraries to Scala Steward's classpath? That depends how you run Scala Steward, right? For the GitHub Action it could be possible to use Coursier's...

> For the GitHub Action it could be possible to use Coursier's `--extra-jars` command-line option to pass additional JARs to Scala Steward's classpath, see: [scala-steward-org/scala-steward-action#466](https://github.com/scala-steward-org/scala-steward-action/issues/466). Btw, it would be helpful...

Linking https://github.com/sbt/sbt/pull/6375 here. I guess if that PR is merged eventually, it would be nice if Scala Steward takes `csrProtocolHandlerDependencies` into account automatically.

The original post has been last edited two years ago. It serves no purpose anymore and it is time to close this issue.

FYI: https://github.com/scala-steward-org/scala-steward/pull/2816 would be able to update versions also in `using lib` directives as can be seen [here](https://github.com/scala-steward-org/scala-steward/pull/2816/commits/41d66940778cffabd0d96b8b6109f6a441b45d9b).

As I understand it, updating dependencies in `using lib` directives is very similar to the request of updating dependencies in `$ivy` imports in Ammonite scripts (#696). In both situations there...

Maybe there is an easier way to support scala-cli projects than sketched above. scala-cli has the [`export` command](https://scala-cli.virtuslab.org/docs/guides/sbt-mill) which exports the scala-cli project to sbt or Mill. We could use...

#2933 is WIP PR for the idea mentioned in https://github.com/scala-steward-org/scala-steward/issues/2686#issuecomment-1386629936.

Using `updates.pin` to pin Scala updates to Scala LTS versions sounds a like a good solution to me. It would also be nice if not everybody would have to copy...

> Can we have a green light that this is something worth implementing from your POV @fthomas ? In principle I'm fine with changing Scala Steward so that it can...