diff options
| author | ducky | 2016-01-16 16:31:16 -0800 |
|---|---|---|
| committer | ducky | 2016-01-16 16:31:16 -0800 |
| commit | 5869b8e201390b534b06b8960ab32351e51602c0 (patch) | |
| tree | a2e71cb01f9897299498c2aa8086482dbf451656 /build.sbt | |
| parent | a9d181e351f1c13c009f75cef3106f25ea435d1a (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.sbt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
