I'm compiling the following code in scala:
https://gist.github.com/3236096
but it gives me the following error:
draft10 object is not a member of package
com.google.api.client.googleapis.auth.oauth2
And this:
setApplicationName value is not a member of scala.runtime.StringAdd
I think the problem is that I need some packages.
I need help and I tell me please the following:
Repository that I can download the packages that I need
The package versions:
In my sbt I have the following packages:
GoogleApi lazy val = "google-api-services" at
"http://mavenrepo.google-api-java-client.googlecode.com/hg"
GoogleReleases lazy val = "Google Releases" at
"https://oss.sonatype.org/content/repositories/google-releases"
"com.google.api-client"% "google-api-client"% "1.11.0-beta"
"com.google.apis"% "google-api-services-oauth2"% "1.3.3-beta-v2"
"com.google.api.client"% "google-api-client"% "1.3.1-alpha"
The problem is with: draft10, not where to get the package.
Thanks for your attention, I hope you can help me.