Frank Thomas
Frank Thomas
I think one possibility for Scala Steward to retrieve the build plugins too would be to call [`mvn help:effective-pom`](https://maven.apache.org/plugins/maven-help-plugin/effective-pom-mojo.html) in `MavenAlg` and to extract the plugins from that. In a...
I don't mind if Scala Steward does this. Dependabot [does it too](https://github.com/scala-steward-org/scala-steward-action/commit/9b827e22a3bb91439e9277f498e4df237306644b). It is as easy as adding `--signoff` to [this line](https://github.com/scala-steward-org/scala-steward/blob/v0.24.0/modules/core/src/main/scala/org/scalasteward/core/git/FileGitAlg.scala#L69).
0.16.0 was released yesterday and it wasn't me. :-) So I guess someone from @scala-steward-org/core created a new tag via GitHub's web interface. Unfortunately the tag is signed with a...
Sounds good to me! I'm closing this since we now have proof that I'm not the only one who can publish new versions.
Here are some features off the top of my head: - supported build tools: - sbt - Mill - Maven - supported software forges: - GitHub - GitLab - Bitbucket...
I think these examples are less needed once #2816 lands in main. I'm therefore closing this issue.
Just noticed that this change broke `StewardPlugin.scala` for old sbt versions. See #2847 for details.
Btw, anyone interested in this request is probably also interested in #2686 which is about updating dependencies in Scala CLI `using lib` directives. From my perspective both requests are basically...
#3103 is a first step in this direction.
Closing since #2533 has been merged.