Fixes dependency-management/update-sbt-classifiers

This commit is contained in:
Eugene Yokota 2017-07-16 15:00:08 -04:00
parent 6107242c24
commit 170685f4e1
2 changed files with 3 additions and 2 deletions

View File

@ -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
) )
} }

View File

@ -1 +1 @@
scalaVersion := "2.9.2" scalaVersion := "2.11.11"