Skip to content

Commit

Permalink
Fix #6 Update Logback from 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Mar 26, 2015
1 parent 09809c2 commit 60fb60d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Optimize: Don't get column info again when not needed
* [#5](https://github.com/ngocdaothanh/mydit/issues/5)
Convert MySQL text to MongoDB UTF-8 String
* [#6](https://github.com/ngocdaothanh/mydit/issues/6)
Update Logback from 1.1.2 to 1.1.3

1.2:

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "tv.cntt"
name := "mydit"
version := "1.2-SNAPSHOT"
version := "1.3-SNAPSHOT"

scalaVersion := "2.11.6"

Expand All @@ -11,7 +11,7 @@ javacOptions ++= Seq("-source", "1.6", "-target", "1.6")

// jul-to-slf4j: mysql-binlog-connector-java logs to JUL
// janino: for writing condition in logback.xml
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.3"
libraryDependencies += "org.slf4j" % "jul-to-slf4j" % "1.7.10"
libraryDependencies += "org.codehaus.janino" % "janino" % "2.7.8"

Expand Down

0 comments on commit 60fb60d

Please sign in to comment.