Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit b8e8855

Browse files
Add attribution to difflicious
1 parent bb6c03c commit b8e8855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/com/softwaremill/diffx/Containers.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.softwaremill.diffx
22

3+
// inspired by https://github.com/jatcwang/difflicious/blob/master/modules/core/src/main/scala/difflicious/utils/SeqLike.scala
34
trait SeqLike[C[_]] {
45
def asSeq[A](c: C[A]): Seq[A]
56
}

0 commit comments

Comments
 (0)