Skip to content

Commit

Permalink
Fix #10 Update mysql-binlog-connector-java from 0.1.2 to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Apr 1, 2015
1 parent 9671617 commit 9515dd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.4:

* [#9](https://github.com/ngocdaothanh/mydit/issues/9)
Fix ArrayIndexOutOfBoundsException when enum value is null
* [#10](https://github.com/ngocdaothanh/mydit/issues/10)
Update mysql-binlog-connector-java from 0.1.2 to 0.1.3

1.3:

* [#4](https://github.com/ngocdaothanh/mydit/issues/4)
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "tv.cntt"
name := "mydit"
version := "1.3-SNAPSHOT"
version := "1.4-SNAPSHOT"

scalaVersion := "2.11.6"

Expand All @@ -12,13 +12,13 @@ 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.3"
libraryDependencies += "org.slf4j" % "jul-to-slf4j" % "1.7.10"
libraryDependencies += "org.slf4j" % "jul-to-slf4j" % "1.7.12"
libraryDependencies += "org.codehaus.janino" % "janino" % "2.7.8"

libraryDependencies += "com.typesafe" % "config" % "1.2.1"

libraryDependencies += "mysql" % "mysql-connector-java" % "5.1.35"
libraryDependencies += "com.github.shyiko" % "mysql-binlog-connector-java" % "0.1.2"
libraryDependencies += "com.github.shyiko" % "mysql-binlog-connector-java" % "0.1.3"

libraryDependencies += "org.mongodb" % "mongo-java-driver" % "2.13.0"

Expand Down

0 comments on commit 9515dd6

Please sign in to comment.