Note that there are some explanatory texts on larger screens.

plurals
  1. POorg.scala-sbt#sbt;0.12.3: not found
    primarykey
    data
    text
    <p>Please help.</p> <p>I have fought with that for several days but still no luck :( Tried to add some "resolvers" etc. But I have no any right direction to move along. Looks like no org.scala-sbt#sbt;0.12.3 but i can access <a href="http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.12.3/ivys/ivy.xml" rel="nofollow">http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.12.3/ivys/ivy.xml</a> using my browser (so artifact is available).</p> <p>I'm behind the proxy server btw, but I have a feeling that doesn't matter ...</p> <p>Here is a log:</p> <pre> [info] Loading project definition from C:\proj\blogger-example\project [info] Updating {file:/C:/proj/blogger-example/project/}default-265363... [info] Resolving com.github.mpeltonen#sbt-idea;1.4.0 ... [info] Resolving commons-io#commons-io;2.0.1 ... [info] Resolving org.scala-sbt#sbt;0.12.3 ... [warn] module not found: org.scala-sbt#sbt;0.12.3 [warn] ==== typesafe-ivy-releases: tried [warn] http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.12.3/ivys/ivy.xml [warn] ==== sbt-plugin-releases: tried [warn] http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/org.scala-sbt/sbt/0.12.3/ivys/ivy.xml [warn] ==== local: tried [warn] C:\Users\oabakumov\.ivy2\local\org.scala-sbt\sbt\0.12.3\ivys\ivy.xml [warn] ==== Typesafe Repository: tried [warn] http://repo.typesafe.com/typesafe/releases/org/scala-sbt/sbt/0.12.3/sbt-0.12.3.pom [warn] ==== public: tried [warn] http://repo1.maven.org/maven2/org/scala-sbt/sbt/0.12.3/sbt-0.12.3.pom [info] Resolving org.scala-lang#scala-library;2.9.2 ... [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.scala-sbt#sbt;0.12.3: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: sbt.ResolveException: unresolved dependency: org.scala-sbt#sbt;0.12.3: not found </pre> <p>My build.sbt</p> <pre> name := "blogger-example" version := "1.0" </pre> <p>My project\plugins.sbt file:</p> <pre> resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/" addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.4.0") </pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload