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

unresolved dependencies: org.netbeans.nbsbt:nbsbt-plugin:1.0.2 (sbtVersion=0.12, scalaVersion=2.9.2) #9

Open
michaelajr opened this issue May 6, 2014 · 1 comment

Comments

@michaelajr
Copy link

Hi. I compiled and installed locally the NBSBT plugin for SBT 0.12. That all went fine. I have the following SBT project:

[info] This is sbt 0.12.4
[info] No project is currently loaded
[info] sbt, sbt plugins, and build definitions are using Scala 2.9.2

And I get the following error:

unresolved dependencies: org.netbeans.nbsbt:nbsbt-plugin:1.0.2 (sbtVersion=0.12, scalaVersion=2.9.2)

I'm new to Scala and SBT - but it appears that dependencies are marked with which Scala Version and SBT version they were compiled with, and will not work with other versions of Scala or SBT. Is this a bug? Is there anything I can do to get NBSBT to work with this project?

@michaelajr
Copy link
Author

and this is my plugin definition:

addSbtPlugin("org.netbeans.nbsbt" % "nbsbt-plugin" % "1.0.2")

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

1 participant