$sbt update
[info] Building project safmh 1.0 against Scala 2.9.1
[info] using LiftProject with sbt 0.7.4 and Scala 2.7.7
[info]
[info] == update ==
[warn] [NOT FOUND ] org.slf4j#slf4j-api;1.7.2!slf4j-api.jar (1ms)
[warn] ==== Local Maven Repository: tried
[warn] file:///home/nuage/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.slf4j#slf4j-api;1.7.2!slf4j-api.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[info]
[warn] :: problems summary ::
[warn] :::: WARNINGS
[warn] [NOT FOUND ] org.slf4j#slf4j-api;1.7.2!slf4j-api.jar (1ms)
[warn] ==== Local Maven Repository: tried
[warn] file:///home/nuage/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.slf4j#slf4j-api;1.7.2!slf4j-api.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[info]
[info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[error] sbt.ResolveException: download failed: org.slf4j#slf4j-api;1.7.2!slf4j-api.jar
[info] == update ==
[error] Error running update: sbt.ResolveException: download failed: org.slf4j#slf4j-api;1.7.2!slf4j-api.jar
[info]
[info] Total time: 2 s, completed 25-Apr-2014 19:48:06
[info]
[info] Total session time: 3 s, completed 25-Apr-2014 19:48:06
[error] Error during build.name := "safmh"
libraryDependencies += "org.mongodb" %% "casbah" % "2.5.0"
scalaVersion := "2.9.1"
seq(webSettings: _*)
// If using JRebel with 0.1.0 of the sbt web plugin
//jettyScanDirs := Nil
// using 0.2.4+ of the sbt web plugin
//scanDirectories in Compile := Nil
// you can also add multiple repositories at the same time
resolvers ++= Seq(
"Scala Tools Releases" at "http://scala-tools.org/repo-releases/",
"Java.net Maven2 Repository" at "http://download.java.net/maven/2/"
)
libraryDependencies ++= {
val liftVersion = "2.5.1" // Put the current/latest lift version here
Seq(
"net.liftweb" %% "lift-webkit" % liftVersion % "compile->default",
"net.liftweb" %% "lift-mapper" % liftVersion % "compile->default",
"net.liftweb" %% "lift-wizard" % liftVersion % "compile->default")
}
// when using the sbt web app plugin 0.2.4+, use "container" instead of "jetty" for the context
// Customize any further dependencies as desired
libraryDependencies ++= Seq(
"org.eclipse.jetty" % "jetty-webapp" % "9.1.0.M0" % "container",
"org.scala-tools.testing" % "specs_2.9.0" % "1.6.8" % "test", // For specs.org tests
"junit" % "junit" % "4.8" % "test->default", // For JUnit 4 testing
"javax.servlet" % "servlet-api" % "2.5" % "provided->default",
"com.h2database" % "h2" % "1.2.138", // In-process database, useful for development systems
"ch.qos.logback" % "logback-classic" % "0.9.26" % "compile->default" // Logging
)
rm -r ~.ivy2/
mv ~.m2 ~.m2.bak
--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
---
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.