scala-lms / tutorials

Tutorials on Lightweight Modular Staging

Home Page:http://scala-lms.github.io/tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unresolved Dependencies: EPFL#lms_2.10;0.3-SNAPSHOT

alexander-myltsev opened this issue · comments

Hi!

I run sbt test and get

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: EPFL#lms_2.10;0.3-SNAPSHOT: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: EPFL#lms_2.10;0.3-SNAPSHOT: not found
[error] Total time: 1 s, completed 25.05.2013 21:07:51

How to fix it?

did you do sbt publish-local on an up-to-date checkout of lms?

@TiarkRompf thanks. This helped.

Please, consider to add this simple step to README.md.

Added to the README. Thanks!