mirror of https://github.com/sbt/sbt.git
compilation and tests are ok
This commit is contained in:
parent
ed25bcba43
commit
e1ce3a07c5
|
|
@ -183,7 +183,7 @@ object ToSbt {
|
|||
case (k, v) =>
|
||||
clean(k) -> v.map(clean)
|
||||
}
|
||||
.groupBy { case (k, v) => k }
|
||||
.groupBy { case (k, _) => k }
|
||||
.mapValues { v =>
|
||||
v.flatMap {
|
||||
case (_, l) => l
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ object Dependencies {
|
|||
val scala211 = "2.11.12"
|
||||
val scala212 = "2.12.7"
|
||||
|
||||
private val coursierVersion = "1.1.0-M1"
|
||||
private val ioVersion = "1.2.1"
|
||||
private val utilVersion = "1.2.2"
|
||||
|
||||
private val coursierVersion = "1.1.0-M7"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue