Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

unresolved dependencies after update to sbt 0.13 #190

@aginiewicz

Description

@aginiewicz

There was update of distribution sbt package to 0.13 on ArchLinux, so I tried compiling my project using sbt-android with it. It was unable to resolve dependencies.

[info] Resolving org.scala-sbt#sbt-android;0.7 ...
[warn]  module not found: org.scala-sbt#sbt-android;0.7
[warn] ==== typesafe-ivy-releases: tried
[warn]   http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-android/scala_2.10/sbt_0.13/0.7/ivys/ivy.xml
[warn] ==== sbt-plugin-releases: tried
[warn]   http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.scala-sbt/sbt-android/scala_2.10/sbt_0.13/0.7/ivys/ivy.xml
[warn] ==== local: tried
[warn]   /home/giniewicz/.ivy2/local/org.scala-sbt/sbt-android/scala_2.10/sbt_0.13/0.7/ivys/ivy.xml
[warn] ==== public: tried
[warn]   http://repo1.maven.org/maven2/org/scala-sbt/sbt-android_2.10_0.13/0.7/sbt-android-0.7.pom
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: org.scala-sbt#sbt-android;0.7: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn] 
[warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn]      org.scala-sbt:sbt-android:0.7 (sbtVersion=0.13, scalaVersion=2.10)
[warn] 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions