diff --git a/CHANGELOG.md b/CHANGELOG.md index 716b247..24a8dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/build.sbt b/build.sbt index be79d38..9711804 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ organization := "tv.cntt" name := "mydit" -version := "1.2-SNAPSHOT" +version := "1.3-SNAPSHOT" scalaVersion := "2.11.6" @@ -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"