mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
Un-implicit & deprecated Seq2Vector
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user