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

Revert "Update sbt-scalafix, scalafix-core to 0.12.0" #507

Closed pjfanning closed 6 months ago

pjfanning commented 6 months ago

Reverts apache/incubator-pekko-http#499

the downgrade of Scala 2.13 is now leading to failures on dependency graph job - see https://github.com/apache/incubator-pekko-http/actions/runs/8129865838

mdedetrich commented 6 months ago

Can we pin these dependencies in .scala-steward.conf? You can view the original scala steward PR for instructions.

mdedetrich commented 6 months ago

Also remember to do rebase and merge for this PR since we are reverting a commit so we have 2 clean commits as this was done in previous PR as well (see https://github.com/apache/incubator-pekko-http/pull/503)

mdedetrich commented 6 months ago

Ill just handle this by adding the commit manually onto this branch since the current main is broken

pjfanning commented 6 months ago

I'll do the rebase and merge when the build completes.