Skip to content

Commit

Permalink
Work around Dotty #8048: add Id instance imports
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Feb 26, 2020
1 parent 97031b0 commit ebd0055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/cats/tests/RepresentableSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import cats.laws.discipline.{
RepresentableTests,
SerializableTests
}
import cats.{Bimonad, Distributive, Eq, Eval, Id, Monad, Monoid, Representable}
import cats.{catsRepresentableForId, Bimonad, Distributive, Eq, Eval, Id, Monad, Monoid, Representable}
import org.scalacheck.Arbitrary
import cats.data.Kleisli

Expand Down

0 comments on commit ebd0055

Please sign in to comment.