mattrjacobs / RxScalaDemo

Demo of RxJava using Scala
Apache License 2.0
5 stars 1 forks source link

sbt compile fails - cannot find OAuthSupport #1

Closed klaeufer closed 10 years ago

klaeufer commented 10 years ago

sbt (version 0.13) update succeeds, but sbt compile fails with this error:

[error] .../src/main/scala/demo/TwitterClient.scala:14: not found: type OAuthSupport

The only artifact I could find with such a type is Twitter4j, which is not included as a dependency of this project.

Any help will be appreciated.

mattrjacobs commented 10 years ago

Sorry about this - I had some OAuth support planned but never got around to it, and messed up the Git checkin. Should build now - though you will need to supply your own OAuth credentials.

klaeufer commented 10 years ago

Thanks for the prompt fix! It compiles great now, and I am trying to get the OAuth part to work.