lihaoyi / workbench-example-app

An example application written in ScalaJS using scala-js-dom and scala-js-workbench
204 stars 109 forks source link

Master has dependencies problem #6

Closed fmasion closed 10 years ago

fmasion commented 10 years ago

if I check out master when I run sbt I have the following dependecies that are not found

error sbt.ResolveException: unresolved dependency: io.spray#spray-can;1.3.0: not found [error] unresolved dependency: io.spray#spray-routing;1.3.0: not found [error] unresolved dependency: com.typesafe.play#play-json_2.10;2.2.2: not found

lihaoyi commented 10 years ago

Ah still? I could have sworn I fixed this problem here https://github.com/lihaoyi/workbench-example-app/commit/7b404e7ce86bddc0ae6893c30ac3bf368012eebd; I even blew away my entire local .ivy2 cache to make sure I didn't have any local stuff hiding it.

lihaoyi commented 10 years ago

Ok it should be fixed now; feel free to re-open if it's not...