softwaremill / diffx

Pretty diffs for scala case classes
Apache License 2.0
342 stars 30 forks source link

Update magnolia to 1.1.4 #390

Closed softwaremill-ci closed 1 year ago

softwaremill-ci commented 2 years ago

Updates com.softwaremill.magnolia1_3:magnolia from 1.1.2 to 1.1.4.

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 (1.1.2). You might want to review and update them manually. ``` .github/workflows/main.yaml build.sbt ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.softwaremill.magnolia1_3", artifactId = "magnolia" } ] ```

labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

ghostbuster91 commented 2 years ago

Blocked by https://github.com/softwaremill/magnolia/issues/410

ghostbuster91 commented 1 year ago

suppressed by https://github.com/softwaremill/diffx/pull/451