Skip to content

Commit

Permalink
Import Id instance for Dotty
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Jun 19, 2020
1 parent 34921b7 commit cc7a0c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion laws/src/main/scala/cats/laws/NonEmptyTraverseLaws.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package cats.laws

import cats.{Apply, Id, NonEmptyTraverse, Semigroup}
// The `catsInstancesForId` import is necessary to work around a Dotty
// issue related to https://github.com/lampepfl/dotty/issues/9067.
import cats.{catsInstancesForId, Apply, Id, NonEmptyTraverse, Semigroup}
import cats.data.{Const, Nested}
import cats.syntax.nonEmptyTraverse._
import cats.syntax.reducible._
Expand Down

0 comments on commit cc7a0c1

Please sign in to comment.