Skip to content

Update circe-core, circe-generic, ... to 0.11.1

Michel Daviot requested to merge update/circe-core-0.11.1 into master

Updates

  • io.circe:circe-core
  • io.circe:circe-generic
  • io.circe:circe-generic-extras
  • io.circe:circe-literal
  • io.circe:circe-parser
  • io.circe:circe-refined

from 0.11.0 to 0.11.1.

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 @tyrcho in the comments below.

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 = "io.circe" }]

labels: semver-patch

Merge request reports