Skip to content

Commit d4e953c

Browse files
committed
Revert "lib: Upgrade mariadb connector from v1.5.5 to v2.6.0"
This reverts commit de55d50. Reason: Bug occurred!
1 parent 96f329a commit d4e953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
2121
// Add your project dependencies here,
2222
"com.h2database" % "h2" % "1.3.176",
2323
// JDBC driver for mariadb
24-
"org.mariadb.jdbc" % "mariadb-java-client" % "2.6.0",
24+
"org.mariadb.jdbc" % "mariadb-java-client" % "1.5.5",
2525
// Core Library
2626
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.5.0.201609210915-r",
2727
// Smart HTTP Servlet

0 commit comments

Comments
 (0)