Frank Thomas
Frank Thomas
I've no immediate idea what's going wrong here. Normally Scala Steward includes the output of the command in its exception and it seems that `sbt` exited here without printing anything...
@ryh-cc That issue looks unrelated to the OP and more like a memory issue. Try tweaking the memory options for sbt as shown in https://github.com/scala-steward-org/scala-steward/issues/1437#issuecomment-650090709.
Thanks for the report, @PawelJ-PL. Could you also show how the version of `async-http-client-backend-cats` is defined in your build.
Ok, your definition of `sttpClient` is one of the reason why Scala Steward bumped the cats-core and cats-effect versions instead of the sttp version. It currently cannot update the sttp...
> Do you have a tool for creating a release notes draft @fthomas ? Yes. https://github.com/apps/release-drafter creates the release notes automatically. The only thing I'm doing manually is to label...
The Java 8 builds fail with: ``` java.lang.UnsupportedClassVersionError: com/github/benmanes/caffeine/cache/Caffeine has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java...
FYI: I'm not particular interested in working on this so someone else has to take the lead. I would suggest to add this CLI app as a separate sbt subproject...
Just noticed that @alexarchambault expressed interest in integrating a "local Scala Steward" into scala-cli: https://github.com/VirtusLab/scala-cli/issues/20.
If you want Scala Steward to update version numbers of your dependencies, you need to have a sbt project which depend on these dependencies. So if your script contains the...
@pshirshov @neko-kai Now that https://github.com/7mind/izumi/issues/672 is closed, can this issue be closed, too?