We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The following pull request should resolve the issue: #21
Sorry, something went wrong.
No branches or pull requests
Attempting to start sbt with the following config:
results in an unresolved dependency:
The root cause seems to be the absence of a build for sbt 1.0
The text was updated successfully, but these errors were encountered: