Skip to content
New issue

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

I'm getting a "not found" #20

Closed
JJ opened this issue Oct 9, 2016 · 0 comments
Closed

I'm getting a "not found" #20

JJ opened this issue Oct 9, 2016 · 0 comments

Comments

@JJ
Copy link
Contributor

JJ commented Oct 9, 2016

$ sbt
[info] Set current project to bobot (in build file:/home/jmerelo/Asignaturas/cloud-computing/BoBot/)
> run
[info] Updating {file:/home/jmerelo/Asignaturas/cloud-computing/BoBot/}bobot...
[info] Resolving com.github.mukel#telegrambot4s_2.10;v1.2.2 ...
[warn]  module not found: com.github.mukel#telegrambot4s_2.10;v1.2.2
[warn] ==== local: tried
[warn]   /home/jmerelo/.ivy2/local/com.github.mukel/telegrambot4s_2.10/v1.2.2/ivys/ivy.xml
[warn] ==== public: tried
[warn]   https://repo1.maven.org/maven2/com/github/mukel/telegrambot4s_2.10/v1.2.2/telegrambot4s_2.10-v1.2.2.pom
[warn] ==== jitpack: tried
[warn]   https://jitpack.io/com/github/mukel/telegrambot4s_2.10/v1.2.2/telegrambot4s_2.10-v1.2.2.pom
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.github.mukel#telegrambot4s_2.10;v1.2.2: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn] 
[warn]  Note: Unresolved dependencies path:
[warn]      com.github.mukel:telegrambot4s_2.10:v1.2.2 (/home/jmerelo/Asignaturas/cloud-computing/BoBot/build.sbt#L3-4)
[warn]        +- default:bobot_2.10:0.1-SNAPSHOT
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: com.github.mukel#telegrambot4s_2.10;v1.2.2: not found
JJ added a commit to JJ/telegrambot4s that referenced this issue Oct 9, 2016
Apparently by default it looks for a 2.10 version. That makes me think that
`scalaVersion := "2.10.x"` won't work either. Anyway, feel free to reject it or whatever.
Closes bot4s#20
JJ added a commit to JJ/telegrambot4s that referenced this issue Oct 9, 2016
Goes also to bot4s#20. I know it must seem pretty obvious for Scala savvy, but for newbies like me I *really* need this stuff to get going and it would have saved me a lot of time.
@mukel mukel closed this as completed in #21 Oct 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant