mirror of https://github.com/sbt/sbt.git
Un-implicit & deprecated Seq2Vector
This commit is contained in:
parent
a068736836
commit
be1b4897e9
|
|
@ -8,7 +8,8 @@ trait Import {
|
|||
type URI = java.net.URI
|
||||
type URL = java.net.URL
|
||||
|
||||
implicit def Seq2Vector[T](s: Seq[T]): Vector[T] = s.toVector
|
||||
@deprecated("Will be removed in sbt 2", "1.0.0-RC3")
|
||||
def Seq2Vector[T](s: Seq[T]): Vector[T] = s.toVector
|
||||
|
||||
// sbt
|
||||
val StdoutOutput = sbt.OutputStrategy.StdoutOutput
|
||||
|
|
|
|||
Loading…
Reference in New Issue