add logger

This commit is contained in:
Ivan Porto Carrero 2013-04-10 18:39:41 +02:00
parent f3405bcf29
commit 98200e6b39

View File

@ -19,6 +19,7 @@ libraryDependencies ++= Seq(
"org.json4s" %% "json4s-jackson" % "3.2.4",
"io.backchat.inflector" %% "scala-inflector" % "1.3.5",
"commons-io" % "commons-io" % "2.3",
"ch.qos.logback" % "logback-classic" % "1.0.10" % "provided",
"org.rogach" %% "scallop" % "0.8.1",
"junit" % "junit" % "4.11" % "test",
"org.scalatest" %% "scalatest" % "1.9.1" % "test"