Skip to content

Conversation

http4s-steward[bot]
Copy link
Contributor

@http4s-steward http4s-steward bot commented Sep 8, 2024

About this PR

πŸ“¦ Updates org.http4s:sbt-http4s-org from 0.17.2 to 0.17.3

πŸ“œ 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.17.2).
You might want to review and update them manually.

docs/changelog.md
βš™ Adjust future updates

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

updates.ignore = [ { groupId = "org.http4s", artifactId = "sbt-http4s-org" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.http4s", artifactId = "sbt-http4s-org" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:1

@mergify mergify bot added series/0.23 PRs targeting 0.23.x dependencies Dependency updates labels Sep 8, 2024
@rossabaker
Copy link
Member

Might need to be rereleased with

libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always

@armanbilge
Copy link
Member

Might need to be rereleased with

We can't fix this issue in the plugin, because this is an issue with the build, not with the project. i.e. the fix needs to go inside of project/plugins.sbt but sbt-typelevel and sbt-http4s have no control over that, they can only affect build.sbt.

To fix this externally, we'd have to create a meta build plugin that lives in project/project/plugins.sbt.

IMO the best thing to do is fix this upstream.

@danicheg
Copy link
Member

danicheg commented Oct 5, 2024

@mergify update

Copy link
Contributor

mergify bot commented Oct 5, 2024

update

βœ… Branch has been successfully updated

@danicheg danicheg merged commit 410f8ef into series/0.23 Oct 5, 2024
18 checks passed
@danicheg danicheg deleted the update/series/0.23/sbt-http4s-org-0.17.3 branch October 5, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates series/0.23 PRs targeting 0.23.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants