djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

Update scala-library to 2.13.6 #63

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

Updates org.scala-lang:scala-library from 2.12.14 to 2.13.6.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala-library" } ] ```

labels: library-update, semver-minor

SethTisue commented 3 years ago

steward is off-base here

djspiewak commented 3 years ago

Yeah this is kind of a fun bug. :-) @fthomas

fthomas commented 3 years ago

I think the main issue is that steward updated the Scala version of an sbt plugin beyond 2.12. It does not (yet) check if the project is an sbt plugin and then reject Scala updates beyond 2.12. We expected this when Scala updates where implemented: https://github.com/scala-steward-org/scala-steward/pull/1961#issuecomment-790884377