Skip to content

Commit e70a1c0

Browse files
authored
Merge pull request #939 from fthomas/topic/add-sbt-scalafix
Add sbt-scalafix so that Scala Steward updates it in the code
2 parents 7a31538 + 6abf7e8 commit e70a1c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ lazy val core = myCrossProject("core")
7979
import cats.effect.ContextShift
8080
import cats.effect.IO
8181
import cats.effect.Timer
82-
import org.http4s.client.blaze.BlazeClientBuilder
8382
import scala.concurrent.ExecutionContext
8483

8584
implicit val ioContextShift: ContextShift[IO] = IO.contextShift(ExecutionContext.global)

project/plugins.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.8")
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
1212
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
1313
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.2")
14+
15+
// This is only here so that Scala Steward updates the version in sbt/package.scala too.
16+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.6")

0 commit comments

Comments
 (0)