eigengo / scalad

Scala Data access for NoSQL databases
47 stars 15 forks source link

Library Dependency line in README.md incorrect #75

Closed hsunami closed 11 years ago

hsunami commented 11 years ago

Spent hours trying to install scalad.

This line in your README is incorrect:

"org.eigengo" % "scalad" %% "1.3.0-EG"

This works for me:

"org.eigengo" % "scalad_2.10" % "1.3.0-SNAPSHOT"

janm399 commented 11 years ago

You are right; it should actually be "org.eigengo" %% "scalad" % "1.3.0-EG"; notice the %% after "org.eigengo", not the other way around.