cfpb / grasshopper

CFPB's streaming batch geocoder
Creative Commons Zero v1.0 Universal
37 stars 13 forks source link

Add default host header #207

Closed jmarin closed 8 years ago

hkeeler commented 8 years ago

I'm getting the following error when I do an sbt clean or sbt assembly:

java.lang.ClassCastException: Cannot cast com.typesafe.sbt.SbtScalariform$ to sbt.Plugin

Any thoughts? Everything seems to be setup correctly according to https://github.com/sbt/sbt-scalariform. Perhaps something cached in sbt-land?

jmarin commented 8 years ago

Hmmm. One quick thought, go to your sbt config folder ~/.sbt/0.13 and delete everything under the staging directory. I suspect this is a mismatch with hmda-geo project configuration, you may have an older version and it is not being refreshed.

hkeeler commented 8 years ago

Thanks! I blew away everything under ~/.ivy2/cache and ~/.sbt/0.13/staging. Everything is back to working again.