scala-steward
scala-steward copied to clipboard
Incorrect library update
SS raised a PR to upgrade twirl-api
to 1.4.2 which is not a dependency in the project, and it suggests upgrading an unrelated library instead.
The diff looks like:
This is possibly related to https://github.com/scala-steward-org/scala-steward/issues/1699.
Just a note: twirl-api must be a dependency in that project. Scala Steward wouldn't have tried updating it if that weren't the case. My guess is that it is added as dependency by a plugin.
That's right, in this case it is the com.typesafe.play:sbt-plugin
.