You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okay the problem was that i didnt put
resolvers += "sbt-ide repo" at "http://mpeltonen.github.com/maven/"
in plugins build.sbt
because this wasnt mentioned in the howto i used
thank you
on sbt start i get this warning:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.github.mpeltonen#sbt-idea_2.8.1;0.10.0-SNAPSHOT: not found
[warn] :: com.github.siasia#xsbt-web-plugin_2.8.1;0.10.1: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
in my build file:
resolvers += "sbt-ide repo" at "http://mpeltonen.github.com/maven/"
What did i do wrong?
The text was updated successfully, but these errors were encountered: