lihaoyi / workbench-example-app

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

Update project.Build.sbt to include spray-json #16

Closed auxf5 closed 10 years ago

auxf5 commented 10 years ago

Seems that TypeSafe moved spray's JSon repository, so this has to be included now.

This was the only change I had to make to get started in SBT and load the example.

lihaoyi commented 10 years ago

At some point I'm gonna move workbench to using upickle (published on maven central) just so we don't need to muck with all this resolver stuff.