sdkman / sdkman-candidates

The Candidates service that under-girds SDKMAN! CLI.
Other
10 stars 15 forks source link

Update cats-core to 1.6.1 #63

Closed DavidGregory084 closed 1 year ago

DavidGregory084 commented 1 year ago

About this PR

📦 Updates org.typelevel:cats-core from 1.0.1 to 1.6.1

📜 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 (1.0.1). You might want to review and update them manually. ``` .github/workflows/pr.yml .sdkmanrc features/java_version_list_by_vendor.feature test/resources/candidates.csv ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.typelevel", artifactId = "cats-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "cats-core" } }] ```

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

DavidGregory084 commented 1 year ago

My apologies, I was testing a PR in scala-steward and forgot to comment out the code that raises PRs!