aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorducky2016-01-16 16:31:16 -0800
committerducky2016-01-16 16:31:16 -0800
commit5869b8e201390b534b06b8960ab32351e51602c0 (patch)
treea2e71cb01f9897299498c2aa8086482dbf451656 /build.sbt
parenta9d181e351f1c13c009f75cef3106f25ea435d1a (diff)
Import a logging library so we don't reinvent the wheel and have implicits flying around everywhere
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index c758923f..59b06bf3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,6 +9,8 @@ version := "0.1-SNAPSHOT"
scalaVersion := "2.11.4"
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value
+libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.1.0"
+libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2"
// Assembly