This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 29f451e79 scalafixScalaBinaryVersion setting no longer needed (#547)
29f451e79 is described below

commit 29f451e7921af519791344a7de3042cef548b8bb
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 7 14:30:38 2024 +0100

    scalafixScalaBinaryVersion setting no longer needed (#547)
---
 build.sbt               | 1 -
 http-scalafix/README.md | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index 8cdf7fbd6..d5e71aa5b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -47,7 +47,6 @@ inThisBuild(Def.settings(
     (onLoad in Global).value
   },
   projectInfoVersion := (if (isSnapshot.value) "snapshot" else version.value),
-  scalafixScalaBinaryVersion := scalaBinaryVersion.value,
   versionScheme := Some(VersionScheme.SemVerSpec)))
 
 // When this is updated the set of modules in Http.allModules should also be 
updated
diff --git a/http-scalafix/README.md b/http-scalafix/README.md
index 01a632c96..3bc3bc429 100644
--- a/http-scalafix/README.md
+++ b/http-scalafix/README.md
@@ -12,6 +12,5 @@ The setup of the scalafix module roughly follows the example 
in https://github.c
  * run `set scalacOptions in ThisBuild += "-P:semanticdb:synthetics:on"` to 
allow access to synthetics
  * e.g. run `docs/scalafixAll MigrateToServerBuilder`
 
-*Note:* There's some weird stuff going on regarding cross-publishing. The 
`scalafixScalaBinaryVersion` line in build.sbt
-should fix it but if running the rule fails with a weird error, try switching 
to Scala 2.12 first with `++2.12.11` (or
+*Note:* There's some weird stuff going on regarding cross-publishing. If 
running the rule fails with a weird error, try switching to Scala 2.12 first 
with `++2.12.11` (or
 whatever is now the current version).


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to