Skip to content

Update circe-core, circe-generic, ... to 0.14.16 - #313

Open
gu-scala-steward-private-repos[bot] wants to merge 3 commits into
mainfrom
update/circe-core-0.14.16
Open

Update circe-core, circe-generic, ... to 0.14.16#313
gu-scala-steward-private-repos[bot] wants to merge 3 commits into
mainfrom
update/circe-core-0.14.16

Conversation

@gu-scala-steward-private-repos

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates

from 0.14.1 to 0.14.16

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

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 (0.14.1).
You might want to review and update them manually.

build.sbt
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "io.circe" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.circe" }
}]
labels: dependencies

Since version 0.10.0, circe-optics has been at a separate version
cadence from circe, and shouldn’t be updated together. Matching them
with this variable caused CI to fail when it tried to look up a version
of circe-optics which doesn’t exist.
Something (probably one of the newer circe versions) is bumping the
scala library to 2.13.18, so to match that we need to update the scala
version specified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant