From ab4a79ab0aa2fcccf874ff9db7e30515b10b80fe Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 8 Mar 2015 22:03:27 -0700 Subject: add dependencies for fancier logging --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sbt b/build.sbt index 2b1096c..de3bdd3 100644 --- a/build.sbt +++ b/build.sbt @@ -14,6 +14,8 @@ resolvers += "Eclipse Foundation Snapshots" at "https://repo.eclipse.org/content libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.core" % "2.1.5" +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2" + libraryDependencies ++= { val akkaV = "2.3.9" val sprayV = "1.3.2" @@ -22,6 +24,7 @@ libraryDependencies ++= { "io.spray" %% "spray-routing" % sprayV, "io.spray" %% "spray-testkit" % sprayV % "test", "com.typesafe.akka" %% "akka-actor" % akkaV, + "com.typesafe.akka" %% "akka-slf4j" % akkaV, "com.typesafe.akka" %% "akka-testkit" % akkaV % "test", "org.specs2" %% "specs2" % "2.3.12" % "test" ) -- cgit v1.2.3