Я устанавливаю Sbt-Assembly, но теперь я застрял.
Sbt Version (from 'sbt about'): 0.13.8
Current project is built against scala 2.11.6
Sbt, sbt plugins, and build definitions are using Scala 2.10.4
Проект /assembly.sbt
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.0")
resolvers += Resolver.url("bintray-sbt-plugins", url("http://dl.bintray.com/sbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)
build.sbt
scalaVersion in ThisBuild := "2.11.6"
~/.sbt/0,13/global.sbt
scalaVersion := "2.11.6"
Я понимаю, что sbt-assembly для scala 2.10. Если я изменю свой проект на scala 2.10, у меня появятся новые недоступные зависимости для 2.10, что нежелательно. Есть ли способ настроить мой проект на использование 2.10 только для плагина сборки?
==== bintray-sbt-plugins: tried
http://dl.bintray.com/sbt/sbt-plugin-releases/com.eed3si9n/sbt-assembly/scala_2.11/sbt_0.13/0.14.0/ivys/ivy.xml
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: com.eed3si9n#sbt-assembly;0.14.0: not found
::::::::::::::::::::::::::::::::::::::::::::::
Note: Some unresolved dependencies have extra attributes.
Check that these dependencies exist with the requested attributes.
com.eed3si9n:sbt-assembly:0.14.0 (scalaVersion=2.11, sbtVersion=0.13)