http4s / rho

A self documenting DSL built on http4s
Other
295 stars 65 forks source link

Http4s, Scala, and main dependencies update #715

Open MarmaladeSky opened 2 years ago

MarmaladeSky commented 2 years ago

Hi there, Is there any chance to update Rho to fit the latest version of Http4s? Let me illustrate what I mean with the PR. https://github.com/http4s/rho/pull/714

monzonj commented 1 year ago

I see that your PR is merged, but we haven't had a release of RHO for a long time. Have you made it work with the last version of http4s? Did you package your own version?

MarmaladeSky commented 1 year ago

@monzonj

Have you made it work with the last version of http4s?

Yes, it was merged and had been working (feel free to check it with cloning the repo and publishing locally) when I tried it last time.

Did you package your own version?

Not in the public repos. At first, I planned to publish a fork at Maven Central with mirroring versions of http4s, but then there had been a maintainer assigned, so, I had dropped my idea. As I see now, it is still actual.

monzonj commented 1 year ago

Thanks @MarmaladeSky . I've actually updated to M37 and opened a PR: #836

for the time being i'll use a local distribution like you.