From 98200e6b393f53f9cd1d95569afee94e396c8d78 Mon Sep 17 00:00:00 2001 From: Ivan Porto Carrero Date: Wed, 10 Apr 2013 18:39:41 +0200 Subject: [PATCH] add logger --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index ed442e9dca..8b7411dbff 100644 --- a/build.sbt +++ b/build.sbt @@ -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"