Skip to content

Commit

Permalink
Merge pull request #170 from scala-steward/update/mariadb-java-client…
Browse files Browse the repository at this point in the history
…-3.3.3

Update mariadb-java-client to 3.3.3
  • Loading branch information
mergify[bot] authored Feb 22, 2024
2 parents 9a98755 + 240c67c commit f63634a
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 @@ -44,7 +44,7 @@ libraryDependencies ++= {
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,

"org.mariadb.jdbc" % "mariadb-java-client" % "3.3.2"
"org.mariadb.jdbc" % "mariadb-java-client" % "3.3.3"
)
}

Expand Down

0 comments on commit f63634a

Please sign in to comment.