Skip to content

Commit

Permalink
Revert "lib: Upgrade mariadb connector from v1.5.5 to v2.6.0"
Browse files Browse the repository at this point in the history
This reverts commit de55d50.

Reason: Bug occurred!
  • Loading branch information
doortts committed Aug 3, 2020
1 parent 96f329a commit d4e953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
// Add your project dependencies here,
"com.h2database" % "h2" % "1.3.176",
// JDBC driver for mariadb
"org.mariadb.jdbc" % "mariadb-java-client" % "2.6.0",
"org.mariadb.jdbc" % "mariadb-java-client" % "1.5.5",
// Core Library
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.5.0.201609210915-r",
// Smart HTTP Servlet
Expand Down

0 comments on commit d4e953c

Please sign in to comment.