apache / pekko-http

The Streaming-first HTTP server/module of Apache Pekko
https://pekko.apache.org/
Apache License 2.0
149 stars 36 forks source link

Use sbt-web 1.5.x despite staying on paradox 0.9.2 #486

Closed mkurz closed 6 months ago

mkurz commented 6 months ago

I am pretty sure this is safe since I am basically the one who maintains sbt-web and v1.5 is pretty much compatible with v1.4 API wise. I use the same workaround in https://github.com/sbt/sbt-paradox-material-theme/blob/v0.7.0/project/plugins.sbt#L1-L3 actually

With this change I can +Test/compile pekko-http and I am not hitting https://repo.scala-sbt.org/ anymore (since I have blocked it on my machine).

@mdedetrich I am pretty sure this is ok to merge.

See