We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build.sbt
name := "facebook graph" version := "1.0" scalaVersion := "2.11.8" resolvers += "oss snapshot" at "https://oss.sonatype.org/content/repositories/snapshots" libraryDependencies += "com.pongr" %% "spracebook" % "0.1.0-SNAPSHOT" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1"
The error is
Error:Error while importing SBT project:<br/>...<br/><pre>[info] Resolving org.scala-sbt#template-resolver;0.1 ... [info] Resolving org.scala-tools.sbinary#sbinary_2.10;0.4.2 ... [info] Resolving org.scala-sbt#api;0.13.13 ... [info] Resolving org.scala-sbt#incremental-compiler;0.13.13 ... [info] Resolving org.scala-sbt#apply-macro;0.13.13 ... [info] Resolving org.spire-math#json4s-support_2.10;0.6.0 ... [info] Resolving org.scala-sbt#test-agent;0.13.13 ... [info] Resolving org.scala-sbt#classfile;0.13.13 ... [info] Resolving org.scala-sbt#completion;0.13.13 ... [info] Resolving org.scala-sbt#test-interface;1.0 ... [info] Resolving com.jcraft#jsch;0.1.50 ... [info] Resolving org.scala-lang#scala-compiler;2.10.6 ... [info] Resolving org.scala-sbt#interface;0.13.13 ... [info] Resolving org.scala-sbt#logging;0.13.13 ... [trace] Stack trace suppressed: run 'last *:update' for the full output. [trace] Stack trace suppressed: run 'last *:ssExtractDependencies' for the full output. [error] (*:update) sbt.ResolveException: unresolved dependency: com.pongr#spracebook_2.11;0.1.0-SNAPSHOT: not found [error] (*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: com.pongr#spracebook_2.11;0.1.0-SNAPSHOT: not found [error] Total time: 7 s, completed Feb 7, 2017 10:46:18 AM Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384M; support was removed in 8.0</pre><br/>See complete log in <a href="C:\Users\abc123\.IdeaIC2016.3\system\log\sbt.last.log">C:\Users\abc123\.IdeaIC2016.3\system\log\sbt.last.log</a>
The text was updated successfully, but these errors were encountered:
Hi - this is a long-abandoned project that has not been updated in 4 years. It was last compiled for Scala 2.9.1: https://oss.sonatype.org/content/repositories/snapshots/com/pongr/spracebook_2.9.1/.
Would you be interested in taking over this project?
Sorry, something went wrong.
I found that Facebook api had many limitations for my project. I decided to use python and web scraping instead. Thanks for asking..
No branches or pull requests
build.sbt
The error is
The text was updated successfully, but these errors were encountered: