-
Notifications
You must be signed in to change notification settings - Fork 804
Update a bunch of upstream dependencies to align with Scala 2.12.20 and 2.13.15 #7541
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 a bunch of upstream dependencies to align with Scala 2.12.20 and 2.13.15 #7541
Conversation
Executed command: sbt tlPrePrBotHook
@@ -33,7 +33,7 @@ class UseLiteralsSyntax extends SemanticRule("Http4sUseLiteralsSyntax") { | |||
List(lit @ Lit.String(_)) | |||
) => | |||
Patch.replaceTree(t, s"path$lit") + importLiteralsIfNeeded | |||
case t if t.syntax == """Uri.Path.unsafeFromString("foo/bar")""" => show(t) | |||
case t if t.text == """Uri.Path.unsafeFromString("foo/bar")""" => show(t) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That change comes from https://github.com/scalameta/scalameta/releases/tag/v4.10.0
It echoes with scalameta/scalameta#3864
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, that line seems to be for debugging purposes. I'm not sure we should keep it.
Phew, as we go deeper into the forest, things are getting complicated. For this time, CI is green. ΡΡ @http4s/core |
I think the scalafix issue here is breaking multiple repos on the sbt-http4s-org upgrade. |
Maybe we need to supply an unscheduled patch release to fix that issue with scalafix. |
Is the lack of release here what is causing the MatchErrors in various repos, like this? I have no mental model of how scalafix versioning works across repos. |
About this PR
π¦ Updates org.http4s:sbt-http4s-org from
0.17.3
to0.17.4
π 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.3).
You might want to review and update them manually.
β Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: