webjars / webjars-play

MIT License
80 stars 34 forks source link

version 2.1.0-2 : unresolved dependency #11

Closed joost-de-vries closed 11 years ago

joost-de-vries commented 11 years ago

From https://twitter.com/WebJars/status/339072600191950849 I understood that a new version is available. But it can not be resolved. Example: change to 2.1.0-2 in angular-seed-play leads to unresolved dependency ResolveException as well.

I'm hoping the new version supports the stage task with requirejs. :smile:

Btw webjars is cool.

jamesward commented 11 years ago

You can see here that is exists but we moved to a better way of packaging the library. You now need to specify the dependency like so:

"org.webjars" %% "webjars-play" % "2.1.0-2",

Sorry for the confusion this caused.