File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.8")
1111addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
1212addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.0" )
1313addSbtPlugin(" 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" )
You can’t perform that action at this time.
0 commit comments