mirror of https://github.com/sbt/sbt.git
Fixes dependency-management/update-sbt-classifiers
This commit is contained in:
parent
6107242c24
commit
170685f4e1
|
|
@ -2169,7 +2169,8 @@ object Classpaths {
|
||||||
// TODO: Should it be sbt's scalaModuleInfo?
|
// TODO: Should it be sbt's scalaModuleInfo?
|
||||||
scalaModuleInfo.value,
|
scalaModuleInfo.value,
|
||||||
sbtDependency.value +: pluginIDs,
|
sbtDependency.value +: pluginIDs,
|
||||||
Vector(Configurations.Default),
|
// sbt is now on Maven Central, so this has changed from sbt 0.13.
|
||||||
|
Vector(Configurations.Default) ++ Configurations.default,
|
||||||
classifiers.toVector
|
classifiers.toVector
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
scalaVersion := "2.9.2"
|
scalaVersion := "2.11.11"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue