Skip to content

Commit

Permalink
Merging from master
Browse files Browse the repository at this point in the history
  • Loading branch information
rktoomey committed Jan 10, 2012
2 parents b1f8e8c + c8d8102 commit 2452ea0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/SalatBuild.scala
Expand Up @@ -8,7 +8,7 @@ object SalatBuild extends Build {

val testDeps = Seq(specs2, logbackCore, logbackClassic)
val utilDeps = Seq(slf4jApi) ++ testDeps
val coreDeps = Seq(mongoJava, casbah_core, lift_json, commonsLang) ++ testDeps
val coreDeps = Seq(mongoJava, casbah_core, commonsLang) ++ testDeps

lazy val salat = Project(
id = "salat",
Expand Down Expand Up @@ -109,7 +109,6 @@ object Dependencies {
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.0.0" % "test"
val mongoJava = "org.mongodb" % "mongo-java-driver" % "2.5.3"
val casbah_core = "com.mongodb.casbah" %% "casbah-core" % "2.1.5-1"
val lift_json = "net.liftweb" %% "lift-json" % "2.4-M4"
}

object Repos {
Expand Down

0 comments on commit 2452ea0

Please sign in to comment.