Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cats-xml-core to 0.0.13 #208

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Update cats-xml-core to 0.0.13 #208

merged 2 commits into from
Oct 31, 2023

Conversation

scala-steward-geirolz[bot]
Copy link
Contributor

About this PR

πŸ“¦ Updates com.github.geirolz:cats-xml-core from 0.0.9 to 0.0.13

πŸ“œ 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 = "com.github.geirolz", artifactId = "cats-xml-core" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.github.geirolz", artifactId = "cats-xml-core" }
}]
labels: library-update, early-semver-major, semver-spec-patch, version-scheme:early-semver, commit-count:1

@@ -6,7 +6,7 @@
private val catsVersion = "2.9.0"
private val catsEffectVersion = "3.5.1"
private val circeVersion = "0.14.5"
private val catsXmlVersion = "0.0.9"
private val catsXmlVersion = "0.0.13"

Check notice

Code scanning / Scalastyle (reported by Codacy)

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

Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'.
@@ -6,7 +6,7 @@
private val catsVersion = "2.9.0"
private val catsEffectVersion = "3.5.1"
private val circeVersion = "0.14.5"
private val catsXmlVersion = "0.0.9"
private val catsXmlVersion = "0.0.13"

Check notice

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

Values should have minimum scope to avoid misuses. Note

catsXmlVersion should have a smaller scope by using private[this]
@geirolz geirolz merged commit 6d46a70 into main Oct 31, 2023
2 of 4 checks passed
@geirolz geirolz deleted the update/cats-xml-core-0.0.13 branch October 31, 2023 13:41
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