We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f329a commit d4e953cCopy full SHA for d4e953c
build.sbt
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
21
// Add your project dependencies here,
22
"com.h2database" % "h2" % "1.3.176",
23
// JDBC driver for mariadb
24
- "org.mariadb.jdbc" % "mariadb-java-client" % "2.6.0",
+ "org.mariadb.jdbc" % "mariadb-java-client" % "1.5.5",
25
// Core Library
26
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.5.0.201609210915-r",
27
// Smart HTTP Servlet
0 commit comments