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

Missing Support for sbt 1.0.x #20

Open
normalerweise opened this issue Oct 10, 2017 · 1 comment
Open

Missing Support for sbt 1.0.x #20

normalerweise opened this issue Oct 10, 2017 · 1 comment

Comments

@normalerweise
Copy link

Attempting to start sbt with the following config:

$ cat project/build.properties 
sbt.version=1.0.2
$ cat project/plugins.sbt
//https://github.com/versioneye/versioneye_sbt_plugin
addSbtPlugin("com.versioneye" % "sbt-versioneye-plugin" % "0.2.0")

results in an unresolved dependency:

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.versioneye#sbt-versioneye-plugin;0.2.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn] 
[warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn]          com.versioneye:sbt-versioneye-plugin:0.2.0 (scalaVersion=2.12, sbtVersion=1.0)
[warn] 
[warn]  Note: Unresolved dependencies path:
[warn]          com.versioneye:sbt-versioneye-plugin:0.2.0 (scalaVersion=2.12, sbtVersion=1.0) (/Users/norman/pulseshift/devbox/git/cortex/project/plugins.sbt#L35-36)
[warn]            +- default:cortex-build:0.1-SNAPSHOT (scalaVersion=2.12, sbtVersion=1.0)
[error] sbt.librarymanagement.ResolveException: unresolved dependency: com.versioneye#sbt-versioneye-plugin;0.2.0: not found

The root cause seems to be the absence of a build for sbt 1.0

@normalerweise
Copy link
Author

The following pull request should resolve the issue: #21

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