sbt / sbt-atmos

sbt plugin for running Typesafe Console in development
98 stars 11 forks source link

Missing dependency #4

Closed proyb2 closed 11 years ago

proyb2 commented 11 years ago

Run sbt in abc project, it shows:

error sbt.ResolveException: unresolved dependency: com.typesafe.sbt

sbt-atmos;0.2.0-SNAPSHOT: not found

pvlugter commented 11 years ago

Hi. You're running the sample from the latest development version on the master branch. Note that the readme points to the sample here:

https://github.com/sbt/sbt-atmos/tree/v0.1.2/sample/abc

which is under the v0.1.2 tag (the latest stable version). In your git repo you want to:

git checkout v0.1.2

Or to use the developer version of sbt-atmos you need to publish it locally first.