Usage with Scala 3.3.0
KaranAhlawat opened this issue · 3 comments
KaranAhlawat commented
The build.sbt
shows we should be able to use the library with Scala 3.3.0, but adding it as a dependency in mill as shown below fails, since it looks like there wasn't a release with the 3.3.0 build.
ivy"org.http4s::http4s-session:<version>"
Looks like a new release is all that's needed, but not sure. Any help is appreciated.
danicheg commented
Hey! We haven't published this library for 4 months, so that's why Scala 3 support isn't available yet. I will draft the release as soon as possible. Stay tuned!
danicheg commented
https://github.com/http4s/http4s-session/releases/tag/v0.2.0
Artefacts ought to appear in Maven Central in 4-8 hours (on average).
KaranAhlawat commented
Alright, should I close this or after it appears on Maven?
Nevermind, I think it already appeared. Will be closing