Skip to content

Commit

Permalink
typelevel#804 - encoding for Set derivatives as well - test build, ha…
Browse files Browse the repository at this point in the history
…shtrieset no longer there on 2.13
  • Loading branch information
chris-twiner committed Mar 20, 2024
1 parent 52034b2 commit 9e45d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset/src/main/scala/frameless/TypedEncoder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import shapeless._
import shapeless.ops.hlist.IsHCons

import scala.collection.generic.CanBuildFrom
import scala.collection.immutable.HashSet.HashTrieSet

import scala.collection.immutable.{ ListSet, TreeSet }

abstract class TypedEncoder[T](
Expand Down

0 comments on commit 9e45d92

Please sign in to comment.