scalacenter / scala-3-migration-guide

The Scala 3 migration guide for everyone.
https://scalacenter.github.io/scala-3-migration-guide
Apache License 2.0
237 stars 51 forks source link

Update java-diff-utils to 4.10 #201

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

Updates io.github.java-diff-utils:java-diff-utils from 4.9 to 4.10.

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!

Files still referring to the old version number The following files still refer to the old version number (4.9). You might want to review and update them manually. ``` docs/assets/compatibility/2to3.svg website/static/img/dotty-logo-white.svg website/static/img/dotty-logo.svg website/static/img/tools-primary.svg ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.github.java-diff-utils", artifactId = "java-diff-utils" } ] ```

labels: library-update, old-version-remains