Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2017-01-22 02:46:43 +0300
committerGitHub <noreply@github.com>2017-01-22 02:46:43 +0300
commit131b13b327b31ce662619d12e7b3f8778600748c (patch)
treead2b1eaae03639d18c307c3fd375d558cfb49e51
parenta03672a740636e1f7819ecb2df1e2f4d4e067a7e (diff)
Bump logback-classic to v1.1.9 (#46)
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 5707fb6..bc09b7f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,7 +17,7 @@ libraryDependencies += "org.eclipse.mylyn.github" % "org.eclipse.egit.github.cor
// egit-github needs Gson, but doesn't explicitly require it
libraryDependencies += "com.google.code.gson" % "gson" % "2.3.1"
-libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2"
+libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.9"
libraryDependencies ++= {
val akkaV = "2.3.9"