We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b601fe6 + fcbe64c commit 3e21692Copy full SHA for 3e21692
build.sbt
@@ -161,9 +161,9 @@ lazy val core = myCrossProject("core")
161
import cats.effect.ContextShift
162
import cats.effect.IO
163
import cats.effect.Timer
164
- import _root_.io.chrisdavenport.log4cats.Logger
165
- import _root_.io.chrisdavenport.log4cats.slf4j.Slf4jLogger
166
import org.http4s.client.Client
+ import org.typelevel.log4cats.Logger
+ import org.typelevel.log4cats.slf4j.Slf4jLogger
167
import scala.concurrent.ExecutionContext
168
169
implicit val ioContextShift: ContextShift[IO] = IO.contextShift(ExecutionContext.global)
0 commit comments