Skip to content

Commit fcbe64c

Browse files
committed
Fix imports in core/initialCommands
1 parent b601fe6 commit fcbe64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ lazy val core = myCrossProject("core")
161161
import cats.effect.ContextShift
162162
import cats.effect.IO
163163
import cats.effect.Timer
164-
import _root_.io.chrisdavenport.log4cats.Logger
165-
import _root_.io.chrisdavenport.log4cats.slf4j.Slf4jLogger
166164
import org.http4s.client.Client
165+
import org.typelevel.log4cats.Logger
166+
import org.typelevel.log4cats.slf4j.Slf4jLogger
167167
import scala.concurrent.ExecutionContext
168168

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

0 commit comments

Comments
 (0)