Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@scala-steward-geirolz
Copy link
Contributor

About this PR

πŸ“¦ Updates

from 0.14.6 to 0.14.7

πŸ“œ 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!

βš™ 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: library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:1

private val catsVersion = "2.10.0"
private val catsEffectVersion = "3.5.4"
private val circeVersion = "0.14.6"
private val circeVersion = "0.14.7"

Check notice

Code scanning / Scalastyle (reported by Codacy)

Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'.

Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'.
private val catsVersion = "2.10.0"
private val catsEffectVersion = "3.5.4"
private val circeVersion = "0.14.6"
private val circeVersion = "0.14.7"

Check notice

Code scanning / Codacy-scalameta-pro (reported by Codacy)

Values should have minimum scope to avoid misuses.

circeVersion should have a smaller scope by using private[this]
@geirolz geirolz merged commit 2fb8b77 into main Apr 29, 2024
@geirolz geirolz deleted the update/circe-core-0.14.7 branch April 29, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant