upgrade actuarius

This commit is contained in:
Thibault Duplessis 2012-09-22 01:27:33 +02:00
parent 788e7d437b
commit f9c26b0aa5

View file

@ -29,7 +29,7 @@ trait Dependencies {
val csv = "com.github.tototoshi" %% "scala-csv" % "0.3"
val hasher = "com.roundeights" % "hasher" % "0.3" from "http://cloud.github.com/downloads/Nycto/Hasher/hasher_2.9.1-0.3.jar"
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "1.3.0.201202151440-r"
val actuarius = "eu.henkelmann" %% "actuarius" % "0.2.3"
val actuarius = "eu.henkelmann" % "actuarius_2.9.2" % "0.2.4"
val jodaTime = "joda-time" % "joda-time" % "2.1"
val jodaConvert = "org.joda" % "joda-convert" % "1.2"
val scalastic = "com.traackr" % "scalastic_2.9.2" % "0.0.6-HACKED"