From d1cbaa6366ee2cd2475613b48b29edf99145d4f8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 8 Mar 2015 22:01:48 -0700 Subject: add dependencies for fancier logging --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index f8cb698..8393d9c 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" @@ -23,6 +25,7 @@ libraryDependencies ++= { "io.spray" %% "spray-testkit" % sprayV % "test", "io.spray" %% "spray-json" % "1.3.1", "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