Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin can not be installed. #23

Closed
macinux opened this issue Nov 8, 2012 · 2 comments
Closed

plugin can not be installed. #23

macinux opened this issue Nov 8, 2012 · 2 comments

Comments

@macinux
Copy link

macinux commented Nov 8, 2012

Followed the readme and put addSbtPlugin("com.typesafe.sbt" % "sbt-start-script" % "0.X.Y") in the ~/.sbt/plugins/build.sbt.

I got this error when i started sbt
[info] Resolving org.scala-sbt#precompiled-2_10_0-m7;0.12.1 ...
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.typesafe.sbt#sbt-start-script;0.X.Y: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::

@havocp
Copy link
Contributor

havocp commented Nov 8, 2012

Right now it is:
addSbtPlugin("com.typesafe.startscript" % "xsbt-start-script-plugin" % "0.5.2")

The rename to com.typesafe.sbt sbt-start-script has not been published. The old README at https://github.com/typesafehub/xsbt-start-script-plugin is the one that works for the moment. Sorry about that, need to get the new one published here.

@havocp
Copy link
Contributor

havocp commented Nov 8, 2012

Fixed, the new API is now published as 0.6.0 and the README instructions should work.

@havocp havocp closed this as completed Nov 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants