Closed hsunami closed 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"
You are right; it should actually be "org.eigengo" %% "scalad" % "1.3.0-EG"; notice the %% after "org.eigengo", not the other way around.
"org.eigengo" %% "scalad" % "1.3.0-EG"
%%
"org.eigengo"
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"