android-plugin icon indicating copy to clipboard operation
android-plugin copied to clipboard

Having a dependency issue when trying to 'publish-local'

Open eoliphan opened this issue 13 years ago • 0 comments

There's some weird issue with trying to grab the sbt lib. any ideas?

erich-oliphants-MacBook-Pro:android-plugin eoliphan$ sbt publish-local Getting org.scala-tools.sbt sbt_2.9.1 0.12.0 ...

:: problems summary :: :::: WARNINGS module not found: org.scala-tools.sbt#sbt_2.9.1;0.12.0

==== local: tried

  /Users/eoliphan/.ivy2/local/org.scala-tools.sbt/sbt_2.9.1/0.12.0/ivys/ivy.xml

==== typesafe-ivy-releases: tried

  http://repo.typesafe.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt_2.9.1/0.12.0/ivys/ivy.xml

==== Maven Central: tried

  http://repo1.maven.org/maven2/org/scala-tools/sbt/sbt_2.9.1/0.12.0/sbt_2.9.1-0.12.0.pom

==== Scala-Tools Maven2 Repository: tried

  http://scala-tools.org/repo-releases/org/scala-tools/sbt/sbt_2.9.1/0.12.0/sbt_2.9.1-0.12.0.pom

==== Scala-Tools Maven2 Snapshots Repository: tried

  http://scala-tools.org/repo-snapshots/org/scala-tools/sbt/sbt_2.9.1/0.12.0/sbt_2.9.1-0.12.0.pom

    ::::::::::::::::::::::::::::::::::::::::::::::

    ::          UNRESOLVED DEPENDENCIES         ::

    ::::::::::::::::::::::::::::::::::::::::::::::

    :: org.scala-tools.sbt#sbt_2.9.1;0.12.0: not found

    ::::::::::::::::::::::::::::::::::::::::::::::

eoliphan avatar Oct 12 '12 15:10 eoliphan