We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f340259 commit defbb2bCopy full SHA for defbb2b
shared/src/main/scala/com/thoughtworks/binding/bindable/package.scala
@@ -150,7 +150,7 @@ package bindable {
150
151
private[bindable] trait LowPriorityBindableSeq0 extends LowPriorityBindableSeq1 {
152
153
- implicit def bindingSeqBindableSeq[Value0]: BindableSeq.Aux[BindingSeq[Value0], Value0] =
+ private[bindable] def bindingSeqBindableSeq[Value0]: BindableSeq.Aux[BindingSeq[Value0], Value0] =
154
new BindableSeq[BindingSeq[Value0]] {
155
type Value = Value0
156
def toBindingSeq(from: BindingSeq[Value0]): BindingSeq[Value] = from
0 commit comments