Skip to content

Commit

Permalink
Merge pull request #162 from http4s/topic/scalafix-scala-binary-version
Browse files Browse the repository at this point in the history
Set `scalafixScalaBinaryVersion`
  • Loading branch information
armanbilge authored Jun 4, 2022
2 parents 96c5580 + fe21917 commit 65068d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/org/http4s/sbt/Http4sOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ object Http4sOrgPlugin extends AutoPlugin {

lazy val scalafixSettings: Seq[Setting[_]] =
Seq(
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
scalafixDependencies ++= Seq(
"org.http4s" %% "http4s-scalafix-internal" % "0.23.12",
"com.github.liancheng" %% "organize-imports" % "0.6.0"
Expand Down

0 comments on commit 65068d2

Please sign in to comment.