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
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