I added this to the project/plugin.sbt file:
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")
then to build.sbt
import io.escalante.sbt.EscalantePlugin._
import io.escalante.sbt.EscalantePlugin.EscalanteKeys._
escalanteSettings
and as I load sbt 0.12.1 I get:
[error] (*:update) sbt.ResolveException: unresolved dependency: org.jboss.shrinkwrap.descriptors#shrinkwrap-descriptors-spi;1.0.3.Final: not found
How can I solve this?
(I don;t have enough points to create the #escalante tag :( , sorry for using the sbt tag