これを project/plugin.sbt ファイルに追加しました:
resolvers ++= Seq(
"JBoss repository" at "http://repository.jboss.org/nexus/content/groups/public/",
"Project Odd repository" at "http://repository-projectodd.forge.cloudbees.com/upstream/"
)
addSbtPlugin("io.escalante.sbt" % "sbt-escalante" % "0.1.1")
次にbuild.sbt
import io.escalante.sbt.EscalantePlugin._
import io.escalante.sbt.EscalantePlugin.EscalanteKeys._
escalanteSettings
sbt 0.12.1 をロードすると、次のようになります。
[error] (*:update) sbt.ResolveException: unresolved dependency: org.jboss.shrinkwrap.descriptors#shrinkwrap-descriptors-spi;1.0.3.Final: not found
どうすればこれを解決できますか?
(#escalante タグを作成するのに十分なポイントがありません:( sbt タグを使用して申し訳ありません