Created
June 27, 2012 00:25
-
-
Save genericsteele/3000438 to your computer and use it in GitHub Desktop.
Unresolved SBT dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
webapp $ play | |
Getting org.scala-tools.sbt sbt_2.9.1 0.11.3 ... | |
:: problems summary :: | |
:::: WARNINGS | |
module not found: org.scala-tools.sbt#sbt_2.9.1;0.11.3 | |
==== local: tried | |
/usr/local/bin/../Cellar/play/2.0.1/bin/../libexec/framework/../repository/local/org.scala-tools.sbt/sbt_2.9.1/0.11.3/ivys/ivy.xml | |
==== Maven2 Local: tried | |
file:///Users/Eric/.m2/repository/org/scala-tools/sbt/sbt_2.9.1/0.11.3/sbt_2.9.1-0.11.3.pom | |
==== typesafe-ivy-releases: tried | |
http://repo.typesafe.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt_2.9.1/0.11.3/ivys/ivy.xml | |
==== Maven Central: tried | |
http://repo1.maven.org/maven2/org/scala-tools/sbt/sbt_2.9.1/0.11.3/sbt_2.9.1-0.11.3.pom | |
==== Scala-Tools Maven2 Repository: tried | |
http://scala-tools.org/repo-releases/org/scala-tools/sbt/sbt_2.9.1/0.11.3/sbt_2.9.1-0.11.3.pom | |
==== Scala-Tools Maven2 Snapshots Repository: tried | |
http://scala-tools.org/repo-snapshots/org/scala-tools/sbt/sbt_2.9.1/0.11.3/sbt_2.9.1-0.11.3.pom | |
:::::::::::::::::::::::::::::::::::::::::::::: | |
:: UNRESOLVED DEPENDENCIES :: | |
:::::::::::::::::::::::::::::::::::::::::::::: | |
:: org.scala-tools.sbt#sbt_2.9.1;0.11.3: not found | |
:::::::::::::::::::::::::::::::::::::::::::::: | |
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS | |
unresolved dependency: org.scala-tools.sbt#sbt_2.9.1;0.11.3: not found | |
Error during sbt execution: Error retrieving required libraries | |
(see /usr/local/bin/../Cellar/play/2.0.1/bin/../libexec/framework/sbt/boot/update.log for complete log) | |
Error: Could not retrieve sbt 0.11.3 |
The project dependencies needed to be updated to 2.0.2
For anyone else that sees this, I had updated build.properties, and plugins.sbt, but hadn't updated my play executable.
Upgrade sbt-launch.jar to 0.11.3 or play to 2.0.2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to bump sbt to 0.11.3 and play to 2.0.2 and get the same thing - find out anything?