Skip to content

Commit

Permalink
scalafixScalaBinaryVersion setting no longer needed (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored May 7, 2024
1 parent 0ad65c6 commit 29f451e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions http-scalafix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 29f451e

Please sign in to comment.