Skip to content

Commit

Permalink
Fix broken build when using scala v2.11.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nebtrx committed Feb 4, 2019
1 parent 091107f commit 11c8774
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -4,7 +4,10 @@ package middleware

import cats.data.Kleisli
import cats.effect.Sync
import cats.implicits._
import cats.instances.option._
import cats.syntax.functor._
import cats.syntax.flatMap._
import cats.syntax.alternative._
import cats.{Monad, ~>}
import org.http4s.Http
import org.http4s.util.CaseInsensitiveString
Expand Down

0 comments on commit 11c8774

Please sign in to comment.