Upgrade typesafe config to 0.3.0

pull/1/merge
Thibault Duplessis 2012-03-06 22:38:23 +01:00
parent 1c9d39a2f1
commit 7ccdeb70a3
1 changed files with 5 additions and 3 deletions

View File

@ -19,11 +19,13 @@ trait Dependencies {
val casbah = "com.mongodb.casbah" %% "casbah" % "2.1.5-1"
val salat = "com.novus" %% "salat-core" % "0.0.8-SNAPSHOT"
val slf4j = "org.slf4j" % "slf4j-nop" % "1.6.4"
val instrumenter = "com.google.code.java-allocation-instrumenter" % "java-allocation-instrumenter" % "2.0"
val gson = "com.google.code.gson" % "gson" % "1.7.1"
val scalalib = "com.github.ornicar" %% "scalalib" % "1.18"
val hasher = "com.roundeights" % "hasher" % "0.3" from "http://cloud.github.com/downloads/Nycto/Hasher/hasher_2.9.1-0.3.jar"
val config = "com.typesafe.config" % "config" % "0.2.1"
val config = "com.typesafe.config" % "config" % "0.3.0"
// benchmark
val instrumenter = "com.google.code.java-allocation-instrumenter" % "java-allocation-instrumenter" % "2.0"
val gson = "com.google.code.gson" % "gson" % "1.7.1"
}
object ApplicationBuild extends Build with Resolvers with Dependencies {