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

Broken activator 1.2.10 :: module not found: com.github.mpeltonen#sbt-idea;1.5.1 #3657

Closed
jhooda opened this issue Nov 21, 2014 · 2 comments
Closed

Comments

@jhooda
Copy link

jhooda commented Nov 21, 2014

I'm using
Java:: version "1.7.0_72" (Hotspot)
Activator:: http://downloads.typesafe.com/typesafe-activator/1.2.10/typesafe-activator-1.2.10-minimal.zip
Play Version:: 2.3.6 (Using addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6"))
Scala Version:: 2.11.1

Below is the snapshot of missing jars which is breaking "> activator compile"
--------------------------------8<------------------------------------------------
[info] Loading project definition from /home/xxxxx/MyProject1/project
[warn] module not found: com.github.mpeltonen#sbt-idea;1.5.1
[warn] ==== local: tried
[warn] /home/xxxxx/.ivy2/local/com.github.mpeltonen/sbt-idea/scala_2.10/sbt_0.13/1.5.1/ivys/ivy.xml
[warn] ==== ivy-proxy-releases: tried
[warn] http://repo.typesafe.com/typesafe/ivy-releases/com.github.mpeltonen/sbt-idea/scala_2.10/sbt_0.13/1.5.1/ivys/ivy.xml
[warn] ==== maven-proxy-releases: tried
[warn] http://repo.typesafe.com/typesafe/maven-releases/com/github/mpeltonen/sbt-idea_2.10_0.13/1.5.1/sbt-idea-1.5.1.pom
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.github.mpeltonen#sbt-idea;1.5.1: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.
[warn] com.github.mpeltonen:sbt-idea:1.5.1 (sbtVersion=0.13, scalaVersion=2.10)
[warn]
--------------------------------8<------------------------------------------------

Looks like repos are missing the referred jars.

Thx.

@jhooda
Copy link
Author

jhooda commented Nov 21, 2014

This is related with mpeltonen/sbt-idea#280

@benmccann
Copy link
Contributor

Did you create a project from a template with activator? If so, which one are you using? Can you post your build.sbt and project/plugins.sbt here?

Btw, you say "Scala Version:: 2.11.1", but it's using scala 2.10 from the output you posted. If you want to ensure you're using Scala 2.11.1 then put scalaVersion := "2.11.1" in your build.sbt.

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

3 participants