We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88083ec + a4a87c0 commit 6b33c24Copy full SHA for 6b33c24
build.sbt
@@ -49,7 +49,7 @@ lazy val serverDependencies = libraryDependencies ++= {
49
"io.github.uptane" %% "libats-metrics-prometheus" % libatsVersion,
50
"io.github.uptane" %% "libats-slick" % libatsVersion,
51
"io.github.uptane" %% "libats-logging" % libatsVersion,
52
- "org.mariadb.jdbc" % "mariadb-java-client" % "3.4.1",
+ "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.0",
53
"com.beachape" %% "enumeratum" % enumeratumV,
54
"com.beachape" %% "enumeratum-circe" % enumeratumV,
55
"io.scalaland" %% "chimney" % "1.4.0"
0 commit comments