47degrees / github4s

A GitHub API wrapper written in Scala
http://47degrees.github.io/github4s
Apache License 2.0
229 stars 75 forks source link

Patch updates #872

Closed 47erbot closed 1 year ago

47erbot commented 1 year ago

Updates:

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

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 numbers The following files still refer to the old version numbers. You might want to review and update them manually. ``` CHANGELOG.md microsite/docs/changelog.md ```
Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.47deg", artifactId = "sbt-microsites" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.47deg", artifactId = "sbt-microsites" } } ] ```

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1