scala-steward icon indicating copy to clipboard operation
scala-steward copied to clipboard

Incorrect library update

Open dabd opened this issue 3 years ago • 2 comments

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: Screenshot 2021-03-18 at 13 35 49

This is possibly related to https://github.com/scala-steward-org/scala-steward/issues/1699.

dabd avatar Mar 18 '21 13:03 dabd

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.

fthomas avatar Mar 18 '21 14:03 fthomas

That's right, in this case it is the com.typesafe.play:sbt-plugin.

dabd avatar Mar 18 '21 17:03 dabd