mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 00:28:39 +02:00
Fixes dependency-management/update-sbt-classifiers
This commit is contained in:
@@ -2169,7 +2169,8 @@ object Classpaths {
|
||||
// TODO: Should it be sbt's scalaModuleInfo?
|
||||
scalaModuleInfo.value,
|
||||
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
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
scalaVersion := "2.9.2"
|
||||
scalaVersion := "2.11.11"
|
||||
|
||||
Reference in New Issue
Block a user