You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
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]
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: